add the file for real
[mono.git] / mcs / tests / test-594.cs
diff --git a/mcs/tests/test-594.cs b/mcs/tests/test-594.cs
new file mode 100644 (file)
index 0000000..c279822
--- /dev/null
@@ -0,0 +1,11 @@
+using System;
+using System.Reflection;
+
+[assembly: AssemblyVersion ("1.0.0.*")]
+
+public class Test {
+
+       static void Main ()
+       {
+       }
+}