Add more tests for the compiler
[mono.git] / mcs / tests / co1.cs
1 class X {\r
2         const int x = 1;\r
3         const string s = "Hello";\r
4 }\r