[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / annotate-tokens-with-default-args.h
blob323c519351ff30d4820edbba92674fdbec8b7866
1 struct Foo {
2 void m(Foo *f = 0);
3 };