mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
5 lines
149 B
C
5 lines
149 B
C
// RUN: %clang_cc1 -fixit-at=fixit-at.c:3:1 %s -o - | %clang_cc1 -verify -x c -
|
|
|
|
_Complex cd;
|
|
|
|
int i0[1] = { { 17 } }; // expected-warning{{braces}}
|