solidity/test/libsolidity/smtCheckerTests/function_selector/selector.sol

9 lines
130 B
Solidity
Raw Normal View History

contract C {
function f() public pure {
assert(msg.sig == this.f.selector);
}
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----