summaryrefslogtreecommitdiffstats
path: root/tests/rust/export_name.rs
blob: 5d17ee1fbff1774e6afc6140aa1dbf45baf02b15 (plain)
1
2
3
4
#[export_name = "do_the_thing_with_export_name"]
pub extern "C" fn do_the_thing() {
  println!("doing the thing!");
}