Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Sema
/
2009-07-17-VoidParameter.c
blob: b838b02ab59d008f98c606187dd930bd487658a6 [
file
] [
log
] [
blame
]
// 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}}