Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
CodeCompletion
/
crash-func-decl.cpp
blob: 7abcdcdb271fb7e072121f613556ab2d657ac0bc [
file
] [
log
] [
blame
]
// 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