// C interop - Strings const std = @import("std"); const alloc = std.testing.allocator; const expect = std.testing.expect; // Sample starts here