Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2007-02-04-EmptyStruct.c
blob: 2b2896f6d11a1d7d43b747a3092ef3cb10463f95 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -O3 -emit-llvm -o -
// PR1175
struct
empty
{
};
void
foo
(
struct
empty
*
p
)
{
p
++;
}