New test.
[mono.git] / mcs / ilasm / tests / test-10.il
1 //
2 // Mono.ILASM.Tests
3 //
4 // Author(s):
5 //  Jackson Harper (Jackson@LatitudeGeo.com)
6 //
7 // (C) 2003 Jackson Harper, All rights reserved
8 //
9 .assembly extern mscorlib { }
10
11
12 //
13 // Create some bound arrays
14 //
15
16 .namespace Mono.ILASM.Tests {
17
18         .class public auto ansi Test_10 extends [mscorlib]System.Object {
19                
20                 .method public static void check(string) cil managed {
21                         .entrypoint
22                         .locals init (int32[0...,0...] local_0,
23                                 int32[...,...] local_1, int32[2...5],
24                                 int32[0,0], int32 [0...2,1...4,1...])
25                         ret
26                 }               
27         }
28 }