mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
5 lines
239 B
C++
5 lines
239 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:3:12 %s | FileCheck %s
|
|
// CHECK: COMPLETION: char
|