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
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
FrontendC
/
2003-11-01-GlobalUnionInit.c
blob
7cd707348ca362a3df5b96c8f8fffff60b677291
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
union
bdflush_param
{
4
struct
{
int
x
; }
b_un
;
5
int
y
[
1
];
6
}
bdf_prm
= {{
30
}};
7