fix run-test
[mcs.git] / errors / cs0666.cs
blobe7a621c0dc7b159e8294da282c58cc479fa5c92c
1 // CS0666: `X.A': Structs cannot contain protected members
2 // Line: 5
4 struct X {
5 protected int A;
7 static void Main ()