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