* CheckBox.cs: Do not change the status of a checkbox when there
[mono.git] / mcs / tests / co1.cs
1 class X {\r
2         const int x = 1;\r
3         const string s = "Hello";\r
4 }\r