solidity/test/libsolidity/semanticTests/reverts/invalid_instruction.sol
2022-05-19 20:23:28 +02:00

13 lines
157 B
Solidity

contract C {
function f() public {
assembly {
invalid()
}
}
}
// ====
// compileToEwasm: also
// ----
// f() -> FAILURE