repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
FrontendC
/
2003-11-01-GlobalUnionInit.c
blob
be7788d1abb571c0e9c5ed701cbdfb0451dea244
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
union
bdflush_param
{
4
struct
{
int
x
; }
b_un
;
5
int
y
[
1
];
6
}
bdf_prm
= {{
30
}};
7