This commit is contained in:
Adam Millerchip 2022-01-03 00:10:53 +09:00
parent fb26db1d51
commit f52e3f15c4
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ const print = @import("std").debug.print;
pub fn main() void {
var foo_frame = async foo();
resume foo_frame;
}
fn foo() void {