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