allwinner_a64/android/external/clang/test/Index/annotate-tokens-with-default-args.h
2018-08-08 16:14:42 +08:00

3 lines
38 B
C

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