harness setup for ERC1155Supply

This commit is contained in:
Michael George
2022-05-09 17:30:57 -04:00
parent aafb14461b
commit da0fdc1aa0
3 changed files with 25 additions and 0 deletions

View File

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