Clang Project

clang_source_code/test/CodeCompletion/Inputs/comments.h
1// PR32732
2struct B {
3  // <- code completion
4};
5