Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6f532a988e5c02fcb271fb65e9e7b83f0147d3f2
/
.
/
test
/
FrontendC
/
2005-09-20-ComplexConstants.c
blob: db98fc2385a0c938ddf4fb41610292d22e6be80f [
file
] [
log
] [
blame
]
// 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
};