repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Make BranchProbability constructor public.
[llvm/stm8.git]
/
test
/
FrontendC
/
2011-03-02-UnionInitializer.c
blob
a5ea75e08c017624ae2a974fd01844598105fee7
1
// RUN: %llvmgcc -S %s
2
union
{
int
:
3
;
double
f
; }
u17_017
= {
17.17
};