1 // RUN: %clang -### --target=s390x-none-zos -fsyntax-only %s 2>&1 | FileCheck --check-prefix=CHECK-SHORT-ENUMS %s 2 // RUN: %clang -### --target=s390x-none-zos -fno-short-enums -fsyntax-only %s 2>&1 | FileCheck %s 3 // REQUIRES: clang-driver 4 5 //CHECK-SHORT-ENUMS: -fshort-enums 6 //CHECK-SHORT-ENUMS: -fno-signed-char 7 8 //CHECK-NOT: -fshort-enums 9 //CHECK: -fno-signed-char 10