DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / semantic / struct-recursive.test
12345678
Invalid Code struct Foo { public Foo foo; } void main () { }