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>2009-10-02 14:43:29 +0400
committerMarek Safar <marek.safar@gmail.com>2009-10-02 14:43:29 +0400
commite59d496d9b98e296d772875c1f1091cb1d9e6187 (patch)
tree7fe3eddcbac4a2e29035ed88bed703d3de8d829a /mcs/tests/gtest-464.cs
parentb61dbeb78ba55a9ed7231568b12eba4ea9a88d49 (diff)
New test.
svn path=/trunk/mcs/; revision=143266
Diffstat (limited to 'mcs/tests/gtest-464.cs')
-rw-r--r--mcs/tests/gtest-464.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/tests/gtest-464.cs b/mcs/tests/gtest-464.cs
new file mode 100644
index 00000000000..24fba56b1a4
--- /dev/null
+++ b/mcs/tests/gtest-464.cs
@@ -0,0 +1,12 @@
+// Compiler options: -r:gtest-464-lib.dll
+
+class Test
+{
+ public static int Main ()
+ {
+ if ((int) M.Test () != 22)
+ return 1;
+
+ return 0;
+ }
+}