Add trivial EntryPoint wrappers to some "simple" tests.
[hiphop-php.git] / hphp / test / slow / parser / foreach-bad3.php
blobd37912d3e709b916f5986b93a1fe283e91719021
1 <?php
2 <<__EntryPoint>> function main() {
3 foreach ($x as foo() => foo()) {
4 echo "beyond all recognition\n";