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:
Diffstat (limited to 'mcs/ilasm/tests/test-19.il')
-rw-r--r--mcs/ilasm/tests/test-19.il24
1 files changed, 24 insertions, 0 deletions
diff --git a/mcs/ilasm/tests/test-19.il b/mcs/ilasm/tests/test-19.il
new file mode 100644
index 00000000000..69c21f60659
--- /dev/null
+++ b/mcs/ilasm/tests/test-19.il
@@ -0,0 +1,24 @@
+//
+// Mono.ILASM.Tests
+//
+// Author(s):
+// Jackson Harper (Jackson@LatitudeGeo.com)
+//
+// (C) 2003 Jackson Harper, All rights reserved
+//
+.assembly extern corlib { }
+
+.namespace Mono.ILASM.Tests {
+
+ .class public auto ansi Test_19 extends [corlib]System.Object {
+
+ .method public static void check( ) cil managed {
+ .locals init ([3]float32 ff, [2]float64 dd,
+ [1]object oo, [0]string ss)
+
+ ret
+ }
+
+ }
+
+}