[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeCompletion / bracket-decl.c
blobe21cb5e6ca511a15bebc29e8c0184b92982539d8
1 #define PATHSIZE 256
3 static const int len = 1234;
5 void foo() {
6 char arr[
7 // RUN: %clang_cc1 -fsyntax-only -code-completion-macros -code-completion-at=%s:%(line-1):12 %s -o - | FileCheck %s
8 // CHECK: COMPLETION: len
9 // CHECK: COMPLETION: PATHSIZE