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-fixedarray.il')
-rw-r--r--mcs/ilasm/tests/test-fixedarray.il15
1 files changed, 15 insertions, 0 deletions
diff --git a/mcs/ilasm/tests/test-fixedarray.il b/mcs/ilasm/tests/test-fixedarray.il
new file mode 100644
index 00000000000..768a6cc926e
--- /dev/null
+++ b/mcs/ilasm/tests/test-fixedarray.il
@@ -0,0 +1,15 @@
+.assembly extern mscorlib
+{
+}
+.assembly 'test-fixedarray'
+{
+}
+
+ .class public sequential ansi beforefieldinit Dummy
+ extends [mscorlib]System.Object
+ {
+ .pack 0
+ .size 1024
+ .field public marshal (fixed array [16]) unsigned int8[] a
+
+ }