[CodeGen][NFC] Remove redundant map lookup (#125342)
[llvm-project.git] / clang / test / Sema / tentative-array-decl.c
blob77ede14c0be2c4d21406014ec6a2cd13dab1699a
1 // RUN: %clang_cc1 -verify %s
2 // RUN: %clang_cc1 -verify=good -Wno-tentative-definition-array %s
3 // good-no-diagnostics
5 int foo[]; // expected-warning {{tentative array definition assumed to have one element}}