bolt/deps/llvm-18.1.8/clang/test/CodeCompletion/bracket-decl.c

10 lines
250 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#define PATHSIZE 256
static const int len = 1234;
void foo() {
char arr[
// RUN: %clang_cc1 -fsyntax-only -code-completion-macros -code-completion-at=%s:%(line-1):12 %s -o - | FileCheck %s
// CHECK: COMPLETION: len
// CHECK: COMPLETION: PATHSIZE