You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
RUN: not LLVMFuzzer-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s
|
|
CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
|
|
CHECK: Test unit written to ./crash-
|
|
|