1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Testcase for PR4214.

llvm-svn: 76174
This commit is contained in:
Duncan Sands 2009-07-17 11:44:20 +00:00
parent ff61032fa0
commit c77e727d4f

View File

@ -0,0 +1,4 @@
// RUN: %llvmgcc -S %s -o -
// PR4214
typedef void vt;
void (*func_ptr)(vt my_vt);