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

_Complex cd;

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