summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/2005-09-20-ComplexConstants.c
blob: 34dd64a3cb7b3b6203d584145fd28a1acd8deeea (plain)
1
2
3
4
5
// RUN: %llvmgcc %s -S -o - && \
// 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}; 

OpenPOWER on IntegriCloud