[mono-api-html] Add solution.
[mono.git] / mcs / tests / test-912-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly 'test-912-lib'
6 {
7 }
8
9 .module 'test-912-lib.dll'
10
11 .namespace TypeLib
12 {
13   .class public auto ansi abstract Foo extends [mscorlib]System.Object
14   {
15     .field public static literal  unsigned int16 CONSTANT = int16(0x0000ffff)
16   }
17 }