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