Merge all static runtime libs into libmono-static.
[mono.git] / mcs / tests / gtest-464.cs
1 // Compiler options: -r:gtest-464-lib.dll
2
3 class Test
4 {
5         public static int Main ()
6         {
7                 if ((int) M.Test () != 22)
8                         return 1;
9                 
10                 return 0;
11         }
12 }