Sign in
llvm
/
llvm-project
/
516dd2b70b632b51cf19a342503d2d8e8c5d7dd2
/
.
/
clang
/
test
/
CodeCompletion
/
crash-func-decl.cpp
blob: 393aa37e92d981511a5229081b0c7c5e918581a0 [
file
]
// 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:%(line-1):12 %s | FileCheck %s
// CHECK: COMPLETION: char