summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/extern-redecl.c
blob: 067e3c21e4c4309d587189cf429d81214002a2bb (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -fsyntax-only %s

// rdar: // 8125274
static int a16[];  // expected-warning {{tentative array definition assumed to have one element}}

void f16(void) {
    extern int a16[];
}

OpenPOWER on IntegriCloud