index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
2004-02-14-ZeroInitializer.c
blob: 3379a06c6284e0cbf38f1043466b77d19d5496a2 (
plain
)
1
2
3
4
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
// CHECK: zeroinitializer
int
X
[
1000
];