xref: /minix3/external/bsd/llvm/dist/clang/test/Sema/2009-07-17-VoidParameter.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -verify -fsyntax-only %s
2f4a2713aSLionel Sambuc // PR4214
3f4a2713aSLionel Sambuc typedef void vt;
4*0a6a1f1dSLionel Sambuc void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}}
5