// RUN: %clang_cc1 -fsyntax-only -verify -std=c99 -Wc11-extensions %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c89 -Wc11-extensions %s
int incomplete; // expected-warning {{tentative array definition assumed to have one element}}
int complete;
int