Skip to content

Instantly share code, notes, and snippets.

@juster
Created September 30, 2018 19:55
const std = @import("std");
pub fn main() !void {
var buf = try std.heap.c_allocator.alloc(u32, 1);
}
// never compiles, just exits back to cmd prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment