brintos

brintos / llvm-project-archived public Read only

0
0
Text · 283 B · e4b83ff Raw
8 lines · c
1// UNSUPPORTED: target={{.*-zos.*}}2// RUN: %clang -w -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s3// OVERRIDE: ??(??)4// RUN: %clang -w -std=c99 -ftrigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=FOVERRIDE %s5// FOVERRIDE: ??(??)6 7??(??)8