blob: 77ede14c0be2c4d21406014ec6a2cd13dab1699a [file] [log] [blame]
// RUN: %clang_cc1 -verify %s
// RUN: %clang_cc1 -verify=good -Wno-tentative-definition-array %s
// good-no-diagnostics
int foo[]; // expected-warning {{tentative array definition assumed to have one element}}