blob: 9ab9d09d54cab4117a7f5fb9944142ef970c1b9e [file] [log] [blame]
// RUN: %clang -### --target=s390x-none-zos -fsyntax-only %s 2>&1 | FileCheck --check-prefix=CHECK-SHORT-ENUMS %s
// RUN: %clang -### --target=s390x-none-zos -fno-short-enums -fsyntax-only %s 2>&1 | FileCheck %s
//CHECK-SHORT-ENUMS: -fshort-enums
//CHECK-SHORT-ENUMS: -fno-signed-char
//CHECK-NOT: -fshort-enums
//CHECK: -fno-signed-char