bolt/deps/llvm-18.1.8/clang/test/CodeCompletion/crash-func-decl.cpp
2025-02-14 19:21:04 +01:00

5 lines
247 B
C++

// 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