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

7 lines
84 B
Solidity
Raw Normal View History

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