index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
2011-03-02-UnionInitializer.c
blob: a5ea75e08c017624ae2a974fd01844598105fee7 (
plain
)
1
2
// RUN: %llvmgcc -S %s
union
{
int
:
3
;
double
f
; }
u17_017
= {
17.17
};