Setup status and scheduler correctly when calling RunSynchronously on a Task
[mono.git] / mcs / ilasm / tests / test-15.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 .namespace Mono.ILASM.Tests {
12
13         .class public auto ansi Test_14 extends [corlib]System.Object {
14
15         }
16
17         
18         .class public auto ansi A extends [corlib]System.Object {
19
20                .field public class Mono.ILASM.Tests.B b
21         }
22
23         .class public auto ansi B extends Mono.ILASM.Tests.A {
24
25                .field public class Mono.ILASM.Tests.A a
26         }
27         
28 }