Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
clang
/
test
/
CodeGen
/
2003-08-23-LocalUnionTest.c
blob: 01b830f284f38da5e9681baca5d4b7a913f04f57 [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
union
foo
{
int
X
;
};
void
test
(
union
foo
*
F
)
{
{
union
foo
{
float
X
;
}
A
;
}
}