dlr bug
[mcs.git] / tests / test-407.cs
blob13d5d86ff5986dbd21cd66136c8038f11421c008
1 // Compiler options: -unsafe
3 struct Obsolete {
4 int a;
6 struct A {
7 int a, b;
10 class MainClass {
11 unsafe public static void Main ()
13 System.Console.WriteLine (sizeof (Obsolete));