[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / FixIt / fixit-recompile.c
bloba2e62fbddcdb53f34c023e6adc114dcf88c277ec
1 // RUN: %clang_cc1 -Werror -pedantic %s -fixit-recompile -fixit-to-temporary -E -o - | FileCheck %s
2 // RUN: not %clang_cc1 -Werror -pedantic %s -fixit-recompile -fixit-to-temporary -fix-only-warnings
4 _Complex cd;
6 // CHECK: _Complex double cd;