2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-97.cs
blob612185cf1aaf6ff3c8503554c4b4cb6d542a992a
1 //
2 // This test excercises the simple name lookups on
3 // unfinished enumerations.
4 //
6 public enum FL {
7 EMPTY = 0,
8 USHIFT = 11,
9 USER0 = (1<<(USHIFT+0)),
12 class X {
14 static int Main ()
16 return 0;