repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2007-11-29-ArraySizeFromInitializer.c
blob
a1ec633f02a39d643b2a0ce4c4f3f365cf0fa328
1
// RUN: %clang_cc1 -emit-llvm %s -o %t
2
3
int
array
[] = {
1
,
2
,
3
,
4
,
5
};
4