blob: 5d17ee1fbff1774e6afc6140aa1dbf45baf02b15 [file] [log] [blame]
#[export_name = "do_the_thing_with_export_name"]
pub extern "C" fn do_the_thing() {
println!("doing the thing!");
}