2005-05-18 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / tests / co1.cs
1 class X {\r
2         const int x = 1;\r
3         const string s = "Hello";\r
4 }\r