1 struct Foo
{ Foo(int); int abc
; };
6 // RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):7 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s
7 // CHECK-CC1: COMPLETION: abc
13 // RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):7 %s -o - | FileCheck -check-prefix=CHECK-CC2 %s
14 // CHECK-CC2: COMPLETION: abc