Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeCompletion / Inputs / comments.h
blob7b4b5daa0bd5dadcd5a863dd4cdbd02234d963c0
1 // PR32732
2 struct B {
3 // <- code completion
4 };