blob: db98fc2385a0c938ddf4fb41610292d22e6be80f [file] [log] [blame]
Chris Lattner77f80052005-09-21 06:53:56 +00001// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null -f
2
3const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
4