Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
CodeGen
/
2007-11-29-ArraySizeFromInitializer.c
blob: 3b158241c68e117129635e8f3f2a114c6a0f1ce3 [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -emit-llvm %s -o %t
Christopher Lamb
e86e9ce
2007-12-02 07:47:19 +0000
[
diff
] [
blame
]
2
3
int
array
[]
=
{
1
,
2
,
3
,
4
,
5
};
4