Skip to content

Instantly share code, notes, and snippets.

@juster
Created September 30, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juster/63b95c64ecc824fb55e7dba4d404a4d7 to your computer and use it in GitHub Desktop.
Save juster/63b95c64ecc824fb55e7dba4d404a4d7 to your computer and use it in GitHub Desktop.
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