Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
090516fe932ad4ed14b72ea27017aeb4a15cb15c
/
.
/
llvm
/
test
/
Regression
/
C++Frontend
/
2003-08-21-EmptyClass.cpp
blob: 34629d1a4c9075ab099e5ffdff2c6a125289dff0 [
file
] [
log
] [
blame
]
// This tests compilation of EMPTY_CLASS_EXPR's
struct
empty
{};
void
foo
(
empty
)
{}
void
bar
()
{
foo
(
empty
());
}