Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
aa55c8cc38d57fce6e169112da63137d35d4e19c
/
.
/
test
/
C++Frontend
/
2003-09-22-CompositeExprValue.cpp
blob: 9ee0289658ff8a912eed661def6e524a80c1736c [
file
] [
log
] [
blame
]
struct
duration
{
duration
operator
/=(
int
c
)
{
return
*
this
;
}
};
void
a000090
()
{
duration
()
/=
1
;
}