c9db105a
1 2 3 4 5 6
contract test { function f() pure public { for (uint x = 0; x < 10; x ++) x = 2; } }