Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
consts
/
const-block-cross-crate-fn.rs
blob: 0ac3830d230cdbc1febd9f5d8ef48f8233c4c35b [
file
] [
log
] [
blame
]
// run-pass
// aux-build:cci_const_block.rs
extern
crate cci_const_block
;
pub
fn
main
()
{
assert_eq
!(
cci_const_block
::
BLOCK_FN_DEF
(
390
),
400
);
}