Sam McCall | aeb4b3e | 2018-10-10 10:51:48 +0000 | [diff] [blame] | 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 |