2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-711.cs
blobc64ae9395f8426038133acb12bf06f8456944e4b
1 using System;
3 namespace N
5 enum FieldType
7 Foo
11 namespace N
13 class Test
15 public FieldType FieldType = FieldType.Foo;
17 public Test ()
21 public Test (int i)
25 public static void Main ()