2 // Test emitting data and the field mapping
5 // Jackson Harper (Jackson@LatitudeGeo.com)
7 // (C) 2003 Jackson Harper, All rights reserved
10 .assembly extern mscorlib { }
11 .assembly 'test-data-a' { }
14 .class public T extends [mscorlib]System.Object {
16 .data some_data = int32 (1)
17 .field private static int32 some_field at some_data
19 .method public static int32 main ()
23 ldsfld int32 T::some_field
28 call void [mscorlib]System.Console::WriteLine (string)
33 call void [mscorlib]System.Console::WriteLine (string)