Clang Project

clang_source_code/test/CodeCompletion/crash-func-decl.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:3:12 %s | FileCheck %s
5// CHECK: COMPLETION: char
6