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