| 1 | // Important that BB is unknown. |
|---|---|
| 2 | // This triggers completion in PCC_RecoveryInFunction context, with no function. |
| 3 | int AA(BB cc); |
| 4 | // RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:3:12 %s | FileCheck %s |
| 5 | // CHECK: COMPLETION: char |
| 6 |