mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04: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}}
|