You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Important that BB is unknown.
|
|
// This triggers completion in PCC_RecoveryInFunction context, with no function.
|
|
int AA(BB cc);
|
|
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:3:12 %s | FileCheck %s
|
|
// CHECK: COMPLETION: char
|