xref: /llvm-project/clang/test/Index/annotate-tokens-with-default-args.h (revision 4c6efa62e057da00d0645be3afccd922e43fa4d8)
1 struct Foo {
2   void m(Foo *f = 0);
3 };
4