summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2005-09-20-ComplexConstants.c
blob: a23ccee0de2ed70c91fc4f85a8a94a214a447fc8 (plain)
1
2
3
4
// RUN: %clang_cc1 %s -emit-llvm  -o /dev/null

const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};