brintos

brintos / llvm-project-archived public Read only

0
0
Text · 330 B · 6bc2c38 Raw
6 lines · plain
1RUN: %cpp_compiler -fsanitize=undefined -fno-sanitize-recover=all %S/SignedIntOverflowTest.cpp -o %t-SignedIntOverflowTest-Ubsan2RUN: not %run %t-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s3CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'4CHECK: Test unit written to ./crash-5 6