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
[RISCV][MCA] Move sifive-x280 tests to directory SiFiveX280 (#120522)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2004-06-18-VariableLengthArrayOfStructures.c
blob
abf78fb0955660c6061222b33f5c2e9436092646
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
4
struct
S
{ };
5
6
int
xxxx
(
int
a
) {
7
struct
S comps
[
a
];
8
comps
[
0
];
9
}
10