mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
update godbolt test case for unused parameter
This commit is contained in:
parent
189fc964f7
commit
3a4a710894
@ -116,6 +116,8 @@ fn testGodboltApi(zig_exe: []const u8, dir_path: []const u8) anyerror!void {
|
||||
\\}
|
||||
\\extern fn zig_panic() noreturn;
|
||||
\\pub fn panic(msg: []const u8, error_return_trace: ?*@import("std").builtin.StackTrace) noreturn {
|
||||
\\ _ = msg;
|
||||
\\ _ = error_return_trace;
|
||||
\\ zig_panic();
|
||||
\\}
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user