solidity/test/libsolidity/ASTJSON/assembly/empty_block.sol

8 lines
85 B
Solidity

contract C {
function g() view public {
assembly { {} }
}
}
// ----