Keep pragma in smoke test for bytecode compare script

This commit is contained in:
Leonardo Alt
2021-04-08 21:03:39 +02:00
parent ad10bee8f0
commit 8a7e94c06f
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
pragma experimental SMTChecker;
contract C {
}