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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2003-11-01-GlobalUnionInit.c
blob
8290379494b6c69f79513084cc460cba470830a3
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
union
bdflush_param
{
4
struct
{
int
x
; }
b_un
;
5
int
y
[
1
];
6
}
bdf_prm
= {{
30
}};
7