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