Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
.
/
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
());
}