cleol
[mcs.git] / errors / gcs0739.cs
blob3be9d1a62a0e9dbb5f66d095d2188584dd6ed947
1 // CS0739: A duplicate type forward of type `int'
2 // Line: 8
4 using System;
5 using System.Runtime.CompilerServices;
7 [assembly: TypeForwardedTo(typeof (int))]
8 [assembly: TypeForwardedTo(typeof (int))]