Merge pull request #3585 from lateralusX/jlorenss/win-counter-warning
[mono.git] / mcs / errors / cs0739.cs
1 // CS0739: A duplicate type forward of type `int'
2 // Line: 8
3
4 using System;
5 using System.Runtime.CompilerServices;
6
7 [assembly: TypeForwardedTo(typeof (int))]
8 [assembly: TypeForwardedTo(typeof (int))]