blob: e21cb5e6ca511a15bebc29e8c0184b92982539d8 [file] [log] [blame]
#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