2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-249.cs
blobd93ff9234e9df51da462485c31e1e4322bf70533
1 struct Foo
3 Bar a;
4 Bar b;
7 struct Bar
9 public readonly int Test;
12 class X
14 static void Main ()
15 { }