Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeCompletion / crash-func-decl.cpp
blob393aa37e92d981511a5229081b0c7c5e918581a0
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:%(line-1):12 %s | FileCheck %s
5 // CHECK: COMPLETION: char