[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-97.cs
blob32dc9d5ec467b9071267db7a4fbd9c0d6399dbf8
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 public static int Main ()
16 return 0;