Use JSON for FFP tests
[hiphop-php.git] / hphp / hack / test / full_fidelity / cases / concurrent / concurrent_reuse_lval_1.php
blob81e3d2fb36dbe12ae5c8b853018f5d5cb6d3750e
1 <?hh
3 async function f() {
4 concurrent {
5 $x = await genx();
6 $x = await genx();