llvm-for-llvmta/tools/clang/test/Index/annotate-tokens-with-defaul...

4 lines
38 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
struct Foo {
void m(Foo *f = 0);
};