Daniel Dunbar | 73dd768 | 2009-11-14 04:39:42 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -fixit-at=fixit-at.c:3:1 %s -o - | clang-cc -verify -x c - |
Douglas Gregor | 26df2f0 | 2009-04-02 19:05:20 +0000 | [diff] [blame] | 2 | |
3 | _Complex cd; | ||||
4 | |||||
Daniel Dunbar | 8ae0639 | 2009-05-16 19:30:01 +0000 | [diff] [blame] | 5 | int i0[1] = { { 17 } }; // expected-warning{{braces}} |