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:
authorMarek Safar <marek.safar@gmail.com>2008-07-26 14:17:52 +0400
committerMarek Safar <marek.safar@gmail.com>2008-07-26 14:17:52 +0400
commit1a809bc0846ce69534e37f15ad074234cbbdecc5 (patch)
treeedaf049f3dfa02af26608ebc992c89d19aaca5ac /mcs/tests/test-662.cs
parentcd547a59aa7e88c11243c693858815ed28a99e12 (diff)
New test.
svn path=/trunk/mcs/; revision=108852
Diffstat (limited to 'mcs/tests/test-662.cs')
-rw-r--r--mcs/tests/test-662.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/tests/test-662.cs b/mcs/tests/test-662.cs
new file mode 100644
index 00000000000..608c9218cd3
--- /dev/null
+++ b/mcs/tests/test-662.cs
@@ -0,0 +1,8 @@
+// Compiler options: -NOLOGO -OptiMize -dEbug
+
+class C
+{
+ public static void Main ()
+ {
+ }
+}