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

_Complex cd;

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