func f(a) {} // expected-error {{unnamed parameters must be written with the empty name '_'}} \ // expected-error {{use of undeclared type 'a'}}
@-1