* pie.cs: Made the output image little organized and added a
[mono.git] / mcs / tests / co1.cs
1 class X {\r
2         const int x = 1;\r
3         const string s = "Hello";\r
4 }\r