DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / control-semantic / argument-null-ref.test
12345678
Invalid Code void foo (ref string arg) { } void main () { foo (null); }