Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3311a1f8f0d8a2c6d940802bbb95eba0b801a615
/
.
/
test
/
FrontendC++
/
2003-09-22-CompositeExprValue.cpp
blob: a8208adc5127cef9e28a19b7fb0c44af4329df29 [
file
] [
log
] [
blame
]
// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
struct
duration
{
duration
operator
/=(
int
c
)
{
return
*
this
;
}
};
void
a000090
()
{
duration
()
/=
1
;
}