mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
9 lines
242 B
C
9 lines
242 B
C
#define PATHSIZE 256
|
|
|
|
static const int len = 1234;
|
|
|
|
void foo() {
|
|
char arr[
|
|
// RUN: %clang_cc1 -fsyntax-only -code-completion-macros -code-completion-at=%s:6:12 %s -o - | FileCheck %s
|
|
// CHECK: COMPLETION: len
|
|
// CHECK: COMPLETION: PATHSIZE
|