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