blob: cadf99672c5000fc1a7ead653814113bf533753e [file] [log] [blame]
Chris Lattnerd2b0e712005-04-10 03:06:27 +00001// %llvmgcc %s -S -o -
2
3#include <math.h>
4#define I 1.0iF
5
6double __complex test(double X) { return -(X*I); }