Sign in
llvm
/
clang
/
e8264bb9815647b4c6558aeb045c65965cdb26d3
/
.
/
test
/
Index
/
annotate-tokens-with-default-args.h
blob: 323c519351ff30d4820edbba92674fdbec8b7866 [
file
] [
log
] [
blame
]
struct
Foo
{
void
m
(
Foo
*
f
=
0
);
};