blob: a64209534ae6f68cf6abe335a41a4eff74a9d4a7 [file] [log] [blame]
Ilya Biryukovebf0a6d2018-11-07 10:02:31 +00001int foo = 10;
2// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:11 %s -o - | FileCheck --check-prefix=CC1 %s
3// CC1-NOT: foo