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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2002-07-16-HardStringInit.c
blob
2785e5189d9bd564c58ee26ce20a719cb5a502ac
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
char
auto_kibitz_list
[
100
][
20
] = {
4
{
"diepx"
},
5
{
"ferret"
},
6
{
"knightc"
},
7
{
"knightcap"
}};
8