This commit is contained in:
Adam Millerchip 2022-01-03 00:14:07 +09:00
parent f52e3f15c4
commit 83ad253758
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ pub fn main() void {
const n = 5;
var foo_frame = async foo(n);
???
resume foo_frame;
resume foo_frame;
resume foo_frame;
resume foo_frame;
print("\n", .{});
}