annotate-tokens-with-default-args.h   [plain text]


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