DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / resolver / struct-base-cycle.test
12345678910
Invalid Code struct Bar : Foo { } struct Foo : Bar { } void main () { }