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

5 lines
83 B
C
Raw Normal View History

// RUN: %llvmgcc -S %s -o -
// PR4214
typedef void vt;
void (*func_ptr)(vt my_vt);