mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
3 lines
133 B
C++
3 lines
133 B
C++
int foo = 10;
|
|
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:11 %s -o - | FileCheck --check-prefix=CC1 %s
|
|
// CC1-NOT: foo
|