blob: 0fa1da4a70a5bde6d3588a7a619322403dc579a2 [file] [log] [blame] [edit]
//@ force-host
#![crate_type = "dylib"]
pub fn the_answer() -> isize {
2
}