2009-06-12 Bill Holmes <billholmes54@gmail.com>
[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>))]