Fix ICE in CHC when using gas in the function options

This commit is contained in:
Leo Alt
2021-11-03 15:40:54 +01:00
parent e40cf92b1d
commit dff280cadc
3 changed files with 12 additions and 2 deletions
@@ -0,0 +1,9 @@
library L {
function f() public view {
(bool success, ) = address(10).staticcall{gas: 3}("");
require(success);
}
}
// ====
// SMTEngine: all
// ----