You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This checks that we generate the correct SIL for async top-level code.
@main sets things up and sets up the task containing `@async_Main`,
which is the actual top-level code. It also verifies that we are
correctly constructing the call to `exit` at the end of `@async_Main`,
ensuring that the program actually terminates.
0 commit comments