solidity/test/libsolidity/semanticTests/inlineAssembly/selfbalance.sol
2019-11-19 17:09:18 +01:00

13 lines
226 B
Solidity

contract C {
function f() public payable returns (uint ret) {
assembly {
ret := selfbalance()
}
}
}
// ====
// EVMVersion: >=istanbul
// compileViaYul: also
// ----
// f(), 254 ether -> 254