Merge pull request #2545 from ermshiperete/Xamarin-24974
[mono.git] / mcs / ilasm / errors / bad-bytearray.il
1 //
2 // Mono.ILASM.Tests.bad_bytearray
3 //
4 // Author(s):
5 //  Jackson Harper (jackson@ximian.com)
6 //
7 // Copyright 2004 Novell, Inc (http://www.novell.com)
8 //
9
10 //
11 // This test should not compile as it has a bytearray that is evil
12 //
13
14 .assembly extern mscorlib { }
15 .assembly bad_bytearray { }
16
17
18 .data some_data = bytearray (00 0G)
19
20
21