solidity/test/cmdlineTests/standard_model_checker_solvers_z3/input.json

19 lines
293 B
JSON
Raw Normal View History

2021-05-19 15:35:19 +00:00
{
"language": "Solidity",
"sources":
{
"A":
{
"content": "// SPDX-License-Identifier: GPL-3.0\npragma solidity >=0.0;\n\ncontract C { function f(uint x) public pure { assert(x > 0); } }"
}
},
"settings":
{
"modelChecker":
{
"engine": "all",
"solvers": ["z3"]
}
}
}