2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / tests / test-7.il
blob8de95a0d1a6eacf75e9bc78c79f3cc4791e96eee
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 { }
14 // Define a method that references a type in another assembly (that is
15 // not corlib)
18 .namespace Mono.ILASM.Tests {
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         }