Add an explicit Folly init call in the worker processes
[hiphop-php.git] / hphp / hack / test / hackfmt / tests / coroutine_lambda1.php.exp
blobfe32e2d522ae01cdec4c71b3c99611e79b11b06d
1 <?hh
3 function f(): (function(int): int) {
4 return coroutine $v ==> 1;