Skip to content

Instantly share code, notes, and snippets.

@Blei
Created June 24, 2013 17:02
Show Gist options
  • Save Blei/5851645 to your computer and use it in GitHub Desktop.
Save Blei/5851645 to your computer and use it in GitHub Desktop.
mod a {
extern {
fn my_fn(a: *u8);
}
}
mod b {
extern {
fn my_fn(a: *u16);
}
}
fn main() { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment