DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / methodcall-void-expression.test
12345678
Invalid Code void foo () { } void main () { void* f = foo (); }