netbsd/external/bsd/llvm/dist/clang/test/Index/annotate-tokens-with-default-args.h
2014-01-15 10:53:42 +01:00

4 lines
38 B
C

struct Foo {
void m(Foo *f = 0);
};