Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-875.cs
1 // Compiler options: -r:test-875-lib.dll -r:test-875-2-lib.dll
2
3 using N;
4
5 public class Test: Lib
6 {
7         public static void Main ()
8         {
9                 new Test ();
10         }
11 }