//RELEASE_COROUTINE_NEEDED suspend fun doSomething(foo: String): Int { TODO() } fun async(block: suspend () -> T) { TODO() } // WITH_STDLIB