Treat copysignl like the other copysign functions.
[oota-llvm.git] / test / FrontendC / 2005-09-20-ComplexConstants.c
1 // RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null
2
3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 
4