solidity/test/libsolidity/semanticTests/reverts/invalid_instruction.sol
2023-05-11 10:56:55 -05:00

10 lines
124 B
Solidity

contract C {
function f() public {
assembly {
invalid()
}
}
}
// ----
// f() -> FAILURE