solidity/test/cmdlineTests/standard_stop_after_parsing_bytecode_requested/input.json
2023-06-14 14:22:38 +02:00

13 lines
232 B
JSON

{
"language": "Solidity",
"sources": {
"C": {"urls": ["standard_stop_after_parsing_bytecode_requested/in.sol"]}
},
"settings": {
"stopAfter": "parsing",
"outputSelection": {
"*": {"*": ["evm.bytecode.object"]}
}
}
}