brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · 1843755 Raw
4 lines · cpp
1int foo = 10;2// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):11 %s -o - | FileCheck --check-prefix=CC1 %s3// CC1-NOT: foo4