//! Dpn't ice on using an inlined function from another crate //! See and //! //@ run-pass //@ aux-build:inline-cross-crate.rs extern crate inline_cross_crate as fmt; fn main() { ::fmt::baz(); }