• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: not LLVMFuzzer-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s
2CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
3CHECK: Test unit written to ./crash-
4
5