1 // RUN: %clang_cc1 -fsyntax-only -verify %s
4 void a
, // expected-error{{'void' must be the first and only parameter if specified}}
7 void d
, // expected-error{{'void' must be the first and only parameter if specified}}
9 void f
) // expected-error{{'void' must be the first and only parameter if specified}}
14 void, // expected-error{{'void' must be the first and only parameter if specified}}
18 void, // expected-error{{'void' must be the first and only parameter if specified}}
23 void, // expected-error{{'void' must be the first and only parameter if specified}}
24 void); // expected-error{{'void' must be the first and only parameter if specified}}