DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / struct-derived.test
123456789101112
Invalid Code struct Foo { public int i; } struct Bar : Foo { public int j; } void main () { }