2019-07-01 13:24:05 +00:00
|
|
|
contract test {
|
|
|
|
function f() public returns(int d) { return (-2) ** 3; }
|
|
|
|
}
|
|
|
|
// ====
|
2020-11-21 13:54:16 +00:00
|
|
|
// compileToEwasm: also
|
2021-03-12 23:02:36 +00:00
|
|
|
// compileViaYul: also
|
2019-07-01 13:24:05 +00:00
|
|
|
// ----
|
|
|
|
// f() -> -8
|