mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 05:56:05 +00:00
4 lines
165 B
C
4 lines
165 B
C
// RUN: %clang_cc1 -fsyntax-only -Wmissing-braces -verify %s
|
|
|
|
int a[2][2] = { 0, 1, 2, 3 }; // expected-warning{{suggest braces}} expected-warning{{suggest braces}}
|