mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
5 lines
155 B
C
5 lines
155 B
C
// RUN: %clang_cc1 -verify -fsyntax-only %s
|
|
// PR4214
|
|
typedef void vt;
|
|
void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}}
|