Sign in
llvm
/
clang
/
e8264bb9815647b4c6558aeb045c65965cdb26d3
/
.
/
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
++;
}