Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fixit-at=fixit-at.c:3:1 %s -o - | %clang_cc1 -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}} |