solidity/test/cmdlineTests/standard_stop_after_parsing_bytecode_requested/input.json

13 lines
232 B
JSON
Raw Normal View History

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