Created
September 30, 2018 19:55
-
-
Save juster/63b95c64ecc824fb55e7dba4d404a4d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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