llvm-project/llvm/test/FrontendC/2009-07-17-VoidParameter.c

5 lines
83 B
C
Raw Normal View History

2009-07-17 19:44:20 +08:00
// RUN: %llvmgcc -S %s -o -
// PR4214
typedef void vt;
void (*func_ptr)(vt my_vt);