Skip to content

Instantly share code, notes, and snippets.

@dovreshef
Created August 5, 2013 13:13
Show Gist options
  • Select an option

  • Save dovreshef/6155824 to your computer and use it in GitHub Desktop.

Select an option

Save dovreshef/6155824 to your computer and use it in GitHub Desktop.
use t2;
fn main() {
t2::fun();
}
use t3;
pub fn fun() {
t3::fun();
}
pub fn fun() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment