Clang Project

clang_source_code/test/Index/annotate-tokens-with-default-args.h
1struct Foo {
2  void m(Foo *f = 0);
3};
4