Skip to content

Instantly share code, notes, and snippets.

@mikdusan
Created March 3, 2021 09:38
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 mikdusan/ef38b773b7794c73cdc2168959df266c to your computer and use it in GitHub Desktop.
Save mikdusan/ef38b773b7794c73cdc2168959df266c to your computer and use it in GitHub Desktop.
stage1 reduction boilerplate
export fn entry() void {
// do stuff
}
pub fn panic(msg: []const u8, error_return_trace: ?*@import("builtin").StackTrace) noreturn {
while (true) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment