diff options
Diffstat (limited to 'mcs/tests/test-875.cs')
-rw-r--r-- | mcs/tests/test-875.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/tests/test-875.cs b/mcs/tests/test-875.cs new file mode 100644 index 0000000000..b4ebd438d5 --- /dev/null +++ b/mcs/tests/test-875.cs @@ -0,0 +1,11 @@ +// Compiler options: -r:test-875-lib.dll -r:test-875-2-lib.dll + +using N; + +public class Test: Lib +{ + public static void Main () + { + new Test (); + } +} |