DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / with-enum.test
12345678910
Invalid Code enum FooEnum { FIRST } void main () { with (FooEnum) { } }