blob: 5eaa5c346926f651597d6f1141d5c9f151d5b74a [file] [log] [blame]
Daniel Dunbar73dd7682009-11-14 04:39:42 +00001// RUN: clang-cc -fixit-at=fixit-at.c:3:1 %s -o - | clang-cc -verify -x c -
Douglas Gregor26df2f02009-04-02 19:05:20 +00002
3_Complex cd;
4
Daniel Dunbar8ae06392009-05-16 19:30:01 +00005int i0[1] = { { 17 } }; // expected-warning{{braces}}