Copied remotely
[mono.git] / mcs / ilasm / tests / test-7.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 mscorlib { }
10 .assembly extern Cscompmgd { }
11
12
13 //
14 // Define a method that references a type in another assembly (that is
15 // not corlib)
16 //
17
18 .namespace Mono.ILASM.Tests {
19
20         .class public auto ansi Test_7 extends [mscorlib]System.Object {
21         
22                 /// <summary>
23                 ///   field that references an external type 
24                 /// </summary>
25                 .field public [Cscompmgd]Microsoft.CSharp.Compiler a_compiler
26         }
27 }
28