Updating submodules
[hiphop-php.git] / hphp / test / slow / entrypoint-symlink-ns.php
blob20ca7b92a8df5a571febd619b2972c392440dcec
1 <?hh
3 // Same as entrypoint-symlink.php but in a namespace.
4 // Tests that Package::createSymlinkWrapper() correctly escapes backslashes.
6 namespace Foo\Bar;
8 <<__EntryPoint>>
9 function cli_main() {
10 echo 'HI!';