cleol
[mcs.git] / tests / test-451.cs
blob64d52f609725e455d03ba099491f66047966acce
1 using System;
3 enum Foo { foo };
5 public class Test
7 static void Main ()
9 ValueType vt = (ValueType) 1;
10 IComparable ic = (IComparable) 1;
12 Enum e = (Enum) Foo.foo;