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