summaryrefslogtreecommitdiffstats
path: root/test/FixIt/fixit-at.c
blob: c32aee9ea174a48969e534ef0804d8eb1b19fc87 (plain)
1
2
3
4
5
// 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}}
OpenPOWER on IntegriCloud