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