1 int foo = 10; 2 f 3 // RUN: %clang_cc1 -fincremental-extensions -fsyntax-only -code-completion-at=%s:%(line-1):1 %s | FileCheck %s 4 // CHECK: COMPLETION: foo : [#int#]foo 5