mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Testcase for PR4214.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b7d706c80
commit
cbc6da628a
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