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/assembly.il')
-rw-r--r--mcs/ilasm/tests/assembly.il13
1 files changed, 13 insertions, 0 deletions
diff --git a/mcs/ilasm/tests/assembly.il b/mcs/ilasm/tests/assembly.il
new file mode 100644
index 00000000000..30f2fe7ff19
--- /dev/null
+++ b/mcs/ilasm/tests/assembly.il
@@ -0,0 +1,13 @@
+//Multiple .assembly declarations but with same name (valid)
+.assembly extern mscorlib
+{
+ .ver 1:0:5000:0
+}
+.assembly 'test'
+{
+ .hash algorithm 0x00008004
+}
+.assembly 'test'
+{
+}
+