[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Sema / 2009-07-17-VoidParameter.c
blobb838b02ab59d008f98c606187dd930bd487658a6
1 // RUN: %clang_cc1 -verify -fsyntax-only %s
2 // PR4214
3 typedef void vt;
4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}}