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