Daniel Dunbar | 8fbe78f | 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 | 9c0d38a | 2009-04-02 19:05:20 +0000 | [diff] [blame] | 2 | |
3 | _Complex cd; | ||||
4 | |||||
Daniel Dunbar | f39ea85 | 2009-05-16 19:30:01 +0000 | [diff] [blame] | 5 | int i0[1] = { { 17 } }; // expected-warning{{braces}} |