Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui-fulldeps
/
auxiliary
/
syntax-extension-with-dll-deps-1.rs
blob: 0fa1da4a70a5bde6d3588a7a619322403dc579a2 [
file
] [
log
] [
blame
] [
edit
]
//@ force-host
#![
crate_type
=
"dylib"
]
pub
fn
the_answer
()
->
isize
{
2
}