summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/bracket-decl.c
blob: cf80b424d13b2dcbe849abdbc58d9f6c1ae72789 (plain)
1
2
3
4
5
6
7
8
9
#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