Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeCompletion / comments.cpp
blob3b865eb46eef7c50e375fba62ff2c91d09d83998
1 // Note: the run lines follow their respective tests, since line/column
2 // matter in this test.
4 #include "comments.h"
6 struct A {
7 // <- code completion
8 /* <- code completion */
9 };
11 // RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%s:%(line-4):6 %s
12 // RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%s:%(line-4):6 %s
13 // RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%S/Inputs/comments.h:3:6 %s