summaryrefslogtreecommitdiffstats
path: root/test/FixIt/fixit-at.c
blob: 42488f56bc7bb201553e2f6ebcd8de080dceec42 (plain)
1
2
3
4
5
// RUN: clang-cc -fsyntax-only -fixit-at=fixit-at.c:3:1 %s -o - | clang-cc -verify -x c -

_Complex cd;

int i0[1] = { { 17 } }; // expected-warning{{braces}}
OpenPOWER on IntegriCloud