blob: 21f1465ebc048bec071c6536c858ebcf32522062 [file] [log] [blame]
Volodymyr Sapsai9d540f12018-01-19 23:41:47 +00001// Note: the run lines follow their respective tests, since line/column
2// matter in this test.
3
4#include "comments.h"
5
6struct A {
7 // <- code completion
8 /* <- code completion */
9};
10
11// RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%s:7:6 %s
12// RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%s:8:6 %s
13// RUN: %clang_cc1 -I %S/Inputs -fsyntax-only -code-completion-at=%S/Inputs/comments.h:3:6 %s