1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test/FrontendC/2009-07-17-VoidParameter.c

5 lines
83 B
C
Raw Normal View History

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