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