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>2005-02-12 03:16:56 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-02-12 03:16:56 +0300
commit23440e6b24bdb4459892417623a6ee069b310d1f (patch)
tree5b5e4959c79b9fbe89bff652d061c374a4f425d4 /mcs/tests/test-345.cs
parent555aab5b5c7868a2980fb35831ddd6a353707bf3 (diff)
Add new test
svn path=/trunk/mcs/; revision=40510
Diffstat (limited to 'mcs/tests/test-345.cs')
-rw-r--r--mcs/tests/test-345.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/tests/test-345.cs b/mcs/tests/test-345.cs
new file mode 100644
index 00000000000..1ba29255b5c
--- /dev/null
+++ b/mcs/tests/test-345.cs
@@ -0,0 +1,10 @@
+#if (!TEST && !DUNNO && !DUNNO)
+
+public class EntryPoint {
+ public static void Main () {
+ }
+}
+
+#endif
+
+