Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bad-bytearray.il « errors « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b829c46ceef5e6e79a413ea18db149ebc56c219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)