Fix pr4091: Add support for "m" constraint in ARM inline assembly.
[oota-llvm.git] / test / FrontendC / 2005-09-20-ComplexConstants.c
1 // RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null -f
2
3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 
4