brintos

brintos / llvm-project-archived public Read only

0
0
Text · 155 B · b838b02 Raw
5 lines · c
1// RUN: %clang_cc1 -verify -fsyntax-only %s2// PR42143typedef void vt;4void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}}5