blob: d527ed970dd6dae6dc69dc2cfd1c27137f2dbf51 [file] [log] [blame]
extern "C" {
fn test_function();
}
pub fn main() {
unsafe {
test_function();
}
}