llvm/clang/test/Index/annotate-tokens-with-default-args.h

struct Foo {
  void m(Foo *f = 0);
};