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