| ... | @@ -116,6 +116,8 @@ fn testGodboltApi(zig_exe: []const u8, dir_path: []const u8) anyerror!void { | ... | @@ -116,6 +116,8 @@ fn testGodboltApi(zig_exe: []const u8, dir_path: []const u8) anyerror!void { |
| 116 | \\} | 116 | \\} |
| 117 | \\extern fn zig_panic() noreturn; | 117 | \\extern fn zig_panic() noreturn; |
| 118 | \\pub fn panic(msg: []const u8, error_return_trace: ?*@import("std").builtin.StackTrace) noreturn { | 118 | \\pub fn panic(msg: []const u8, error_return_trace: ?*@import("std").builtin.StackTrace) noreturn { |
| | 119 | \\ _ = msg; |
| | 120 | \\ _ = error_return_trace; |
| 119 | \\ zig_panic(); | 121 | \\ zig_panic(); |
| 120 | \\} | 122 | \\} |
| 121 | ); | 123 | ); |