do not check order sequence if option /order was not used
[mono.git] / mcs / tests / gtest-058.cs
1 class Foo {
2         static void Main () {}
3 }
4
5 class Foo <T> {
6         static Foo <T> x;
7         static Foo <T> Blah { get { return x; } }
8 }