7 lines · c
1// RUN: not %clang_cc1 -triple arm64-apple-macosx14.0.0 \2// RUN: -fsanitize=signed-integer-overflow -fsanitize=signed-integer-overflow \3// RUN: -fsanitize-debug-trap-reasons=bad_value 2>&1 | FileCheck %s4 5// CHECK: error: invalid value 'bad_value' in '-fsanitize-debug-trap-reasons=bad_value'6int test(void) { return 0;}7