1*f4a2713aSLionel Sambuc #include "truncation.c.h" 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc /* foo */ 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc struct 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s.h:4:8 -o - %s | FileCheck -check-prefix=CHECK-CC1 %s 8*f4a2713aSLionel Sambuc // CHECK-CC1: X 9*f4a2713aSLionel Sambuc // CHECK-CC1-NEXT: Y 10*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:5:8 -o - %s | FileCheck -check-prefix=CHECK-CC2 %s 11*f4a2713aSLionel Sambuc // CHECK-CC2: X 12*f4a2713aSLionel Sambuc // CHECK-CC2: Xa 13*f4a2713aSLionel Sambuc // CHECK-CC2: Y 14*f4a2713aSLionel Sambuc 15*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:3:3 -o - %s 16