Skip to content

Instantly share code, notes, and snippets.

@PaulWagener
Created May 30, 2025 07:16
Show Gist options
  • Save PaulWagener/b6c02566494c01897d99e12285c0d00d to your computer and use it in GitHub Desktop.
Save PaulWagener/b6c02566494c01897d99e12285c0d00d to your computer and use it in GitHub Desktop.
fn main() {
cc::Build::new()
.cpp(true)
.file("foo.cpp")
.compile("foo");
}
void foo() {
throw 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment