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