solidity/test/libsolidity/semanticTests/reverts/invalid_instruction.sol
2020-03-19 14:42:25 +01:00

13 lines
156 B
Solidity

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