zig-015-shared-bug/lib.zig

6 lines
132 B
Zig

const std = @import("std");
pub export fn test_debug_print() callconv(.c) void {
std.debug.print("hi, this crashes\n", .{});
}