OpenGrok
Cross Reference: 2011-03-02-UnionInitializer.c
xref
: /
external
/
llvm
/
test
/
FrontendC
/
2011-03-02-UnionInitializer.c
Home
|
History
|
Annotate
|
Download
|
only in
FrontendC
1
// RUN: %llvmgcc -S %s
2
union
{
int
:
3
;
double
f; }
u17_017
= {
17.17
};
3