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