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
4 //CHECK-SHORT-ENUMS: -fshort-enums
5 //CHECK-SHORT-ENUMS: -fno-signed-char
7 //CHECK-NOT: -fshort-enums
8 //CHECK: -fno-signed-char