9 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):11 %s -o - | FileCheck %s
10 // CHECK: OVERLOAD: [#void#]find(<#int#>)
12 // Also check when the lhs is an explicit pr-value.
14 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):15 %s -o - | FileCheck %s