contract test {
function f() public returns(int d) { return (-2) ** 3; }
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// f() -> -8