The test code in pr65018 is actually incorrect since the optimizier are free to optimize the whole coroutine body away. This patch corrected this.
1.3 KiB
1.3 KiB
The test code in pr65018 is actually incorrect since the optimizier are free to optimize the whole coroutine body away. This patch corrected this.