2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / tests / test-10.il
blobb48487d22ae43dff2a9c3fd5aaef9c72b272e74d
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 { }
13 // Create some bound arrays
16 .namespace Mono.ILASM.Tests {
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         }