• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[no_mangle]
hello()2 pub extern "C" fn hello() {
3     println!("Hello");
4 }
5