[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Driver / std-trigraph-override.c
blobe4b83ffcf823d9444d59e11a7cd5646bba9eded0
1 // UNSUPPORTED: target={{.*-zos.*}}
2 // RUN: %clang -w -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s
3 // OVERRIDE: ??(??)
4 // RUN: %clang -w -std=c99 -ftrigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=FOVERRIDE %s
5 // FOVERRIDE: ??(??)
7 ??(??)