add pragma to check compiler version

This commit is contained in:
Ulf Norell
2019-09-27 17:31:10 +02:00
parent 7f86b7d301
commit dd94a6bd67
7 changed files with 77 additions and 3 deletions
@@ -0,0 +1,7 @@
@compiler < 1.0
@compiler == 9.9.9
@compiler >= 0.1
@compiler =< 100.0.1
contract Fail =
entrypoint foo() = ()