**** Merged from MCS ****
[mono-project.git] / mcs / ilasm / tests / test-14.il
blobd9b39ecd44f064845a0cdbcb1b7322d60f2e55cf
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 { }
12 .namespace Mono.ILASM.Tests {
14         .class public auto ansi Test_14 extends [corlib]System.Object {
15         
16                 .method public static void check (string[] args) cil managed {
17                         ldarg 0
18                         ldarg 1
20                         pop
21                         pop
22                 }
24         }