Added spec for ERC1155Burnable with rule sanity

This commit is contained in:
Thomas Adams
2022-05-23 09:52:25 -07:00
parent 7a2b502b9c
commit 39f29ec3fd

View File

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