add ISafeSerializationData
[mcs.git] / tests / test-452.cs
blobaf82adcf4d6a8fc49786d33b6059c8d12f11db7b
1 class Foo
3 static public Foo x;
6 class Test
8 static void Main ()
10 Foo Foo;
11 Foo = Foo.x;