solidity/test/cmdlineTests/standard_model_checker_solvers_z3/input.json
2021-07-27 17:14:21 +02:00

19 lines
293 B
JSON

{
"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"]
}
}
}