2005-06-03 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / cls-test-1.cs
1 using System;
2
3 public class CLSClass {
4     
5         public byte XX {
6             get { return 5; }
7         }
8
9         public static void Main() {}
10 }