Emit a specific diagnostic when typedefing C++ bool, mirroring gcc.
[clang.git] / test / FixIt / fixit-suffix.c
bloba1a747a95a585c1388a90328281d6ada579ac9dd
1 // RUN: cp %s %t.extrasuffix
2 // RUN: %clang_cc1 -fixit=fixed -x c %t.extrasuffix
3 // RUN: %clang_cc1 -Werror -pedantic -x c %t.fixed.extrasuffix
5 _Complex cd;