Switch to compiler-tester
[mono.git] / mcs / tests / test-cls-01.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 }