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/errors/bad-bytearray.il')
-rw-r--r--mcs/ilasm/errors/bad-bytearray.il21
1 files changed, 21 insertions, 0 deletions
diff --git a/mcs/ilasm/errors/bad-bytearray.il b/mcs/ilasm/errors/bad-bytearray.il
new file mode 100644
index 00000000000..8b829c46cee
--- /dev/null
+++ b/mcs/ilasm/errors/bad-bytearray.il
@@ -0,0 +1,21 @@
+//
+// Mono.ILASM.Tests.bad_bytearray
+//
+// Author(s):
+// Jackson Harper (jackson@ximian.com)
+//
+// Copyright 2004 Novell, Inc (http://www.novell.com)
+//
+
+//
+// This test should not compile as it has a bytearray that is evil
+//
+
+.assembly extern mscorlib { }
+.assembly bad_bytearray { }
+
+
+.data some_data = bytearray (00 0G)
+
+
+