* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / ilasm / tests / test-25.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 corlib { }
10
11 .namespace Mono.ILASM.Tests {
12
13            .class public Test_25  {
14
15                 .method public static void Main ()
16                 {
17
18                         .entrypoint
19                         .locals init (char[] cha)
20                         
21                         ldc.i4 10
22                         newobj instance void valuetype
23                         [mscorlib]System.Char[]::.ctor (int32)
24                         pop
25                         
26                         ret
27                 }
28            }
29 }
30