made the spec run

This commit is contained in:
Michael George
2022-05-06 14:12:32 -04:00
parent 70cbfffc74
commit aafb14461b
3 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,9 @@
rule sanity {
method f; env e; calldataarg args;
f(e, args);
assert false;
}