mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 13:32:09 +00:00
Test handling of complex constants as lvalues.
llvm-svn: 41266
This commit is contained in:
parent
835bb69cd2
commit
f275ac587b
3
test/CFrontend/2007-08-21-ComplexCst.c
Normal file
3
test/CFrontend/2007-08-21-ComplexCst.c
Normal file
@ -0,0 +1,3 @@
|
||||
// RUN: %llvmgcc -O2 -c %s -o /dev/null
|
||||
void f(_Complex float z);
|
||||
void g() { f(1.0i); }
|
Loading…
x
Reference in New Issue
Block a user