| ... | @@ -280,7 +280,7 @@ pub fn addCases(cases: *tests.CompareOutputContext) void { | ... | @@ -280,7 +280,7 @@ pub fn addCases(cases: *tests.CompareOutputContext) void { |
| 280 | \\pub fn main() void { | 280 | \\pub fn main() void { |
| 281 | \\ var bytes: [1]u8 align(16) = undefined; | 281 | \\ var bytes: [1]u8 align(16) = undefined; |
| 282 | \\ var ptr = other; | 282 | \\ var ptr = other; |
| 283 | \\ var frame = @asyncCall(&bytes, {}, ptr); | 283 | \\ var frame = @asyncCall(&bytes, {}, ptr, .{}); |
| 284 | \\} | 284 | \\} |
| 285 | \\fn other() callconv(.Async) void { | 285 | \\fn other() callconv(.Async) void { |
| 286 | \\ suspend; | 286 | \\ suspend; |