2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / tests / gtest-278-3-lib.cs
blobeaf0ccfb4cd5852a9e094276ed3f5bde5be170f1
1 // Compiler options: -r:gtest-278-2-lib.dll -t:library
3 using System;
4 using System.Runtime.CompilerServices;
6 [assembly: TypeForwardedTo (typeof (C))]
7 [assembly: TypeForwardedTo (typeof (D))]