forked from OSchip/llvm-project
parent
ec3f094489
commit
8a8f9032c3
|
@ -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