Created
February 2, 2017 19:06
-
-
Save nmushegian/0d42e582ecd8ff3060ed5ec379b1b164 to your computer and use it in GitHub Desktop.
degeneracy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
contract When { | |
modifier when(bool b) { b||1/0;_; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment