Disallow declarations outside of the global scope.
[hiphop-php.git] / hphp / test / slow / inout / interp-callm / tests / msrv-unpack-error.php
blob66dedc2054b707664c75bfe3739baa2712f53cff
1 <?hh /* @generated by make_suite.sh */
3 function foo(inout $x, $y) {
4 echo "whoops\n";
7 function main($y, $z) {
8 var_dump($y(5, ...$z));
11 main('foo$0$inout', array(12));