Add trivial EntryPoint wrappers to some "simple" tests.
[hiphop-php.git] / hphp / test / slow / string / 137.php
blob269dddff19e10e78a5c27f428d892c8da935227c
1 <?php
2 <<__EntryPoint>> function main() {
3 $a = 'test';
4 print '['.$a[100].']';