Release 0.41.92
[vala-gnome.git] / tests / structs / bug688732.vala
blob49295d6b04739b7fafb6b122760887acf06f9d9a
1 struct Foo<T> {
2 public T t;
5 struct Bar : Foo<Bar> {
8 void main () {