6 lines
90 B
Ruby
6 lines
90 B
Ruby
rule sanity(method f) {
|
|
env e;
|
|
calldataarg arg;
|
|
f(e, arg);
|
|
assert false;
|
|
} |