Add max limit for coeffect violations
[hiphop-php.git] / hphp / test / slow / coeffects / max-1.php
blobb0ad4104f1350d8a437ba5c0c8e5ae187c958c11
1 <?hh
3 function defaults() {}
5 <<__EntryPoint>>
6 function pure()[] {
7 for ($i = 0; $i < 10; $i++) {
8 defaults();
10 echo "done\n";