add ISafeSerializationData
[mcs.git] / tests / test-552.cs
blob46e44c8a4fb18f99c474ceff5fb381869ba5b48f
1 class C
3 static void Test (C arg)
7 public static void Main ()
9 object value = null;
10 C.Test(
11 #if true
12 (C)
13 #else
14 no error here
15 #endif
16 value);