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:
parent
ff61032fa0
commit
c77e727d4f
4
test/FrontendC/2009-07-17-VoidParameter.c
Normal file
4
test/FrontendC/2009-07-17-VoidParameter.c
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: %llvmgcc -S %s -o -
|
||||
// PR4214
|
||||
typedef void vt;
|
||||
void (*func_ptr)(vt my_vt);
|
Loading…
Reference in New Issue
Block a user