blob: b64b066586169ea268d4027f31f575c5e3a10e0a [file] [log] [blame]
Douglas Gregorb657f112009-09-22 21:11:38 +00001#include "truncation.c.h"
2
3struct
4
5// RUN: clang-cc -fsyntax-only -code-completion-at=%s.h:4:8 -o - %s | FileCheck -check-prefix=CC1 %s &&
6// CHECK-CC1: X : 1
7// CHECK-NEXT-CC1: Y : 1
8// RUN: clang-cc -fsyntax-only -code-completion-at=%s:3:8 -o - %s | FileCheck -check-prefix=CC2 %s &&
9// CHECK-CC2: X : 1
10// CHECK-CC2: Xa : 1
11// CHECK-CC2: Y : 1
12// RUN: true