mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
New testcase for PR522.
llvm-svn: 20259
This commit is contained in:
parent
68c342b28f
commit
49df4aa8ea
7
test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c
Normal file
7
test/Regression/CFrontend/2005-02-20-AggregateSAVEEXPR.c
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: %llvmgcc %s -o /dev/null -S
|
||||
|
||||
#include <complex.h>
|
||||
|
||||
int foo(complex float c) {
|
||||
return creal(c);
|
||||
}
|
Loading…
Reference in New Issue
Block a user