Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
test
/
Regression
/
C++Frontend
/
2003-09-30-CommaExprBug.cpp
blob: afe470cd11b07dfaeb31354bc493f94a7ed059d0 [
file
] [
log
] [
blame
]
// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
class
Empty
{};
void
foo
(
Empty
E
);
void
bar
()
{
foo
(
Empty
());
}