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