Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
b7532e254810aba26da9b65ee2c65788695f8c30
/
.
/
test
/
FrontendC++
/
2003-09-30-CommaExprBug.cpp
blob: 365795dafde495462e92bacb35e76a4ffa101f64 [
file
] [
log
] [
blame
]
// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
class
Empty
{};
void
foo
(
Empty
E
);
void
bar
()
{
foo
(
Empty
());
}