2009-05-07 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / metadata-verifier / assembly-with-module.il
1 .assembly extern mscorlib
2 {
3   .ver 2:0:0:0
4   .publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
5 }
6
7 .assembly 'assembly_with_module'
8 {
9   .hash algorithm 0x00008004
10   .ver  0:0:0:0
11 }
12
13 .module assembly_with_module.exe
14 .module extern 'simple-assembly.exe'
15
16 .method public static void Main () cil managed 
17 {
18         .entrypoint
19         .maxstack 8
20         ret 
21 }
22