new test
[mono.git] / mcs / errors / gcs0308-2.cs
1 class Stack
2 { }
3
4 class X
5 {
6         Stack<float> stack;
7 }