10 lines · c
1// Checks encoding of output file2// This is only required for z/OS.3//4// REQUIRES: system-zos, systemz-registered-target5// RUN: %clang_cc1 -triple s390x-ibm-zos -S %s -o %t.s6// RUN: ls -T %t.s | FileCheck %s7 8// CHECK: t IBM-1047 T=on9void foo() { return; }10