Release 0.41.92
[vala-gnome.git] / tests / objects / bug615830-2.test
blob88b2493b2a65fb35350fcead1eb856cfade68a14
1 Invalid Code
3 struct Foo<T> {
4         int x;
7 struct Bar<T> : Foo<T> {
10 void main (string[] args) {
11         Foo<int> f = Bar<string> ();