New test.
[mono.git] / mcs / ilasm / tests / test-nonsealed-valueclass.il
1 // Test for a non-sealed value class
2 // ilasm gives a warning and seals the class
3
4 .class public test 
5  extends [mscorlib]System.ValueType
6 {
7 }