Make a copy of the old ZipLib
[mono.git] / mcs / ilasm / tests / test-14.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
12 .namespace Mono.ILASM.Tests {
13
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
19
20                         pop
21                         pop
22                 }
23
24         }
25 }