solidity/test/cmdlineTests/standard_ir_requested/input.json
2019-04-04 15:02:42 +02:00

18 lines
217 B
JSON

{
"language": "Solidity",
"sources":
{
"A":
{
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
},
"settings":
{
"outputSelection":
{
"*": { "*": ["ir"] }
}
}
}