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