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