70c77f8cf001e4ecf4b9700b00e5d96d6e8366f5
[mono.git] / mcs / tests / gtest-278-3-lib.cs
1 // Compiler options: -r:gtest-278-2-lib.dll -t:library
2
3 using System;
4 using System.Runtime.CompilerServices;
5
6 [assembly: TypeForwardedTo (typeof (C))]
7 [assembly: TypeForwardedTo (typeof (D))]
8 [assembly: TypeForwardedTo (typeof (G<int>))]