2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-323.cs
blob76f32c90674105de462b2df16bd630241914a8a0
1 class X {
2 enum A : byte {
3 x, y, z
5 const A foo = A.x | A.y;
7 static void Main () {}