Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-583.cs
1 // Compiler options: -r:gtest-583-lib.dll
2
3 public class Test
4 {
5         public static void Main ()
6         {
7                 new C<short> ();
8         }
9 }