Fix problems with overlong directory names: phase #1
[mono.git] / mcs / errors / gcs0739.cs
1 // CS0739: A duplicate type forward of type `int'\r
2 // Line: 8\r
3 \r
4 using System;\r
5 using System.Runtime.CompilerServices;\r
6 \r
7 [assembly: TypeForwardedTo(typeof (int))]\r
8 [assembly: TypeForwardedTo(typeof (int))]\r