Driver: tweak handling of '--analyze' to invoke
[clang.git] / test / Sema / extern-redecl.c
blob067e3c21e4c4309d587189cf429d81214002a2bb
1 // RUN: %clang_cc1 -fsyntax-only %s
3 // rdar: // 8125274
4 static int a16[]; // expected-warning {{tentative array definition assumed to have one element}}
6 void f16(void) {
7 extern int a16[];