android_mt6572_jiabo/external/clang/test/Index/annotate-tokens-with-default-args.h
2025-09-05 16:56:03 +08:00

3 lines
38 B
C

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