[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / test-249.cs
blobc1bfae13bf09b6c4a0b65d4d6d633e0572dc804f
1 struct Foo
3 Bar a;
4 Bar b;
7 struct Bar
9 public readonly int Test;
12 class X
14 public static void Main ()
15 { }