Move io_tests to folly/io/async/test
[hiphop-php.git] / hphp / hack / test / typecheck / await_in_expressions6.php
bloba9af7ac6f4e95b5dc27a356f5259896778b9d230
1 <?hh
3 async function f1(Awaitable<int> $a): Awaitable<void> {
4 do {
5 } while (await $a);