solidity/test/libsolidity/semanticTests/inlineAssembly/selfbalance.sol

13 lines
224 B
Solidity

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