blob: 29b51f4d88cc4ebf0f199525c84cd0ec3d97fd6e [file] [log] [blame]
// RUN: clang %s -parse-ast -verify
void bar (void *);
void f11 (z) // expected-error {{may not have 'void' type}}
void z;
{ bar (&z); }