3 using FUNCTION
= int();
4 // We should get all three completions when the cursor is at the beginning,
8 // RUN: %clang_cc1 -code-completion-at=%s:%(line-2):1 -code-completion-macros %s | FileCheck %s
10 // RUN: %clang_cc1 -code-completion-at=%s:%(line-4):3 -code-completion-macros %s | FileCheck %s
12 // RUN: %clang_cc1 -code-completion-at=%s:%(line-6):5 -code-completion-macros %s | FileCheck %s
14 // CHECK: COMPLETION: FUNC : FUNC(<#X#>)
15 // CHECK: COMPLETION: FUNCTION : FUNCTION
16 // CHECK: COMPLETION: FUNCTOR : FUNCTOR