index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
CodeGen
/
2011-03-02-UnionInitializer.c
blob: 3c112e0a47f0f01754e196f8b8cea76e70cafec1 (
plain
)
1
2
// RUN: %clang_cc1 -emit-llvm %s -o - union { int :3; double f; } u17_017 = {17.17};