mirror of
https://github.com/nlohmann/json.git
synced 2024-12-21 03:47:52 +08:00
b21c345179
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
5 lines
204 B
Plaintext
5 lines
204 B
Plaintext
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-
|
|
|