DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-7 / tests / methods / bug648030.test
12345678910
Invalid Code const int FOO = 1; public void foo (int bar = FOO) { } void main () { foo (); }