add bug info
[mcs.git] / tests / test-353.cs
blob5aa753fdc2d4975c3d118235ed243f67dbd53aaa
1 // Compiler options: support-353.cs -out:test-353.exe
3 using System;
5 [Obsolete]
6 public class One { }
8 #pragma warning disable 612
10 public class Two {
11 private One one;