1 // RUN: %clang_cc1 -verify %s 2 // RUN: %clang_cc1 -verify=good -Wno-tentative-definition-array %s 3 // good-no-diagnostics 4 5 int foo[]; // expected-warning {{tentative array definition assumed to have one element}} 6