test: update for CallingConvention changes

This also includes some compiler and std changes to correct error
messages which weren't properly updated before.
This commit is contained in:
mlugg
2024-10-13 17:56:47 +01:00
parent ec19086aa0
commit 4be0cf30fc
41 changed files with 154 additions and 195 deletions

View File

@@ -1,4 +1,4 @@
const x = @extern(*const fn () callconv(.C) void, .{ .name = "foo" });
const x = @extern(*const fn () callconv(.c) void, .{ .name = "foo" });
export fn entry0() void {
comptime x();