blob: b838b02ab59d008f98c606187dd930bd487658a6 [file] [log] [blame]
// RUN: %clang_cc1 -verify -fsyntax-only %s
// PR4214
typedef void vt;
void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}}