llvm-6502/test/FrontendC/2005-09-20-ComplexConstants.c

5 lines
117 B
C
Raw Normal View History

// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null -f
const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};