PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git] / test / FrontendC / 2005-09-20-ComplexConstants.c
blobdb98fc2385a0c938ddf4fb41610292d22e6be80f
1 // RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null -f
3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};