brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 393aa37 Raw
6 lines · cpp
1// Important that BB is unknown.2// This triggers completion in PCC_RecoveryInFunction context, with no function.3int AA(BB cc);4// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):12 %s | FileCheck %s5// CHECK: COMPLETION: char6