brintos

brintos / llvm-project-archived public Read only

0
0
Text · 448 B · 3b865eb Raw
14 lines · cpp
1// Note: the run lines follow their respective tests, since line/column2// matter in this test.3 4#include "comments.h"5 6struct A {7  // <- code completion8  /* <- code completion */9};10 11// RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%s:%(line-4):6 %s12// RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%s:%(line-4):6 %s13// RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%S/Inputs/comments.h:3:6 %s14