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