annotate-tokens-with-default-args.h 38 Bytes Raw Blame History Permalink 1 2 3 struct Foo { void m(Foo *f = 0); };