solidity/test/libsolidity/semanticTests/reverts/invalid_instruction.sol
Djordje Mijovic b73e9f3eef Update tests.
2021-03-10 14:22:30 +01:00

14 lines
180 B
Solidity

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