After updating value handles for RAUW, check that no weak or tracking handles
[oota-llvm.git] / test / FrontendC / 2009-07-17-VoidParameter.c
1 // RUN: %llvmgcc -S %s -o -
2 // PR4214
3 typedef void vt;
4 void (*func_ptr)(vt my_vt);