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-13.il')
-rw-r--r--mcs/ilasm/tests/test-13.il19
1 files changed, 19 insertions, 0 deletions
diff --git a/mcs/ilasm/tests/test-13.il b/mcs/ilasm/tests/test-13.il
new file mode 100644
index 00000000000..46990001f5e
--- /dev/null
+++ b/mcs/ilasm/tests/test-13.il
@@ -0,0 +1,19 @@
+//
+// Mono.ILASM.Tests
+//
+// Author(s):
+// Jackson Harper (Jackson@LatitudeGeo.com)
+//
+// (C) 2003 Jackson Harper, All rights reserved
+//
+.assembly extern mscorlib { }
+
+//
+// Create a global field
+//
+
+.namespace Mono.ILASM.Tests {
+
+ .field object global_field
+
+} \ No newline at end of file