linux-packaging-mono/mcs/ilasm/tests/test-nonsealed-valueclass.il

8 lines
143 B
Plaintext
Raw Normal View History

// Test for a non-sealed value class
// ilasm gives a warning and seals the class
.class public test
extends [mscorlib]System.ValueType
{
}