Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / 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 { }