[mcs] Missing type forwarded types should not cause type collision. Fixes #16196
[mono.git] / mcs / tests / test-875-lib.cs
diff --git a/mcs/tests/test-875-lib.cs b/mcs/tests/test-875-lib.cs
new file mode 100644 (file)
index 0000000..2121951
--- /dev/null
@@ -0,0 +1,8 @@
+// Compiler options: -t:library
+
+namespace N
+{
+       public class Lib
+       {
+       }
+}