blob: 68d1b1ec33ad41654a1c8a51789c6c1851d69b41 [file] [log] [blame]
// RUN: not %clang_cc1 -emit-llvm %s -o -
// PR4214
typedef void vt;
void (*func_ptr)(vt my_vt); // expected-error {argument may not have 'void' type}