add ISafeSerializationData
[mcs.git] / tests / test-374.cs
blobe95a4e713b6860c3f0930a3195b37039f21384c4
1 internal class Test
3 protected internal const int foo = 0;
5 internal class Rest
7 protected const int foo = Test.foo;
9 static void Main () {}