[configure] Add new target.
[mono-project.git] / mcs / tests / test-669.cs
blob27e9086b14f6adb143977d124865c7f3ad1be5b1
1 enum E
3 X = 0
6 class Test
8 public static void Main ()
10 E e = 1 - 2 + 1;