Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-12-19 03:23:19 +0300
committerMiguel de Icaza <miguel@gnome.org>2001-12-19 03:23:19 +0300
commitb539ebfe54b793a1cda782445b5b20fe4021f3a5 (patch)
treeebb17f573de1c495ea2de808d46670dbd26ad2b9 /mcs/tests/test-60.cs
parent6ae3f3630aa75527f6f0286600bbee26861972b1 (diff)
Add test 60
svn path=/trunk/mcs/; revision=1637
Diffstat (limited to 'mcs/tests/test-60.cs')
-rwxr-xr-xmcs/tests/test-60.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/mcs/tests/test-60.cs b/mcs/tests/test-60.cs
new file mode 100755
index 00000000000..d79e01025da
--- /dev/null
+++ b/mcs/tests/test-60.cs
@@ -0,0 +1,16 @@
+//
+// Really lame test, but it should be fine for now
+//
+#if YY
+#if X
+#elif Y
+#else
+#endif
+#else
+class X {
+ static int Main ()
+ {
+ return 0;
+ }
+}
+#endif