summaryrefslogtreecommitdiff
path: root/mcs/tests/test-883-lib.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tests/test-883-lib.cs')
-rw-r--r--mcs/tests/test-883-lib.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/tests/test-883-lib.cs b/mcs/tests/test-883-lib.cs
new file mode 100644
index 0000000000..643f613779
--- /dev/null
+++ b/mcs/tests/test-883-lib.cs
@@ -0,0 +1,8 @@
+// Compiler options: -t:library -r:dlls/test-883.dll
+
+public class TestClass
+{
+ public static void Foo (E e)
+ {
+ }
+} \ No newline at end of file