repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
FrontendC
/
2002-12-15-GlobalConstantTest.c
blob
26de48fbb77f4486b3603873362e2ab6e4ab1ef9
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
4
const char
*
W
=
"foo"
;
5
const int
X
=
7
;
6
int
Y
=
8
;
7
const char
*
const
Z
=
"bar"
;
8