// xfail-fast // aux-build:anon-extern-mod-cross-crate-1.rs extern mod anonexternmod; use anonexternmod::*; fn main() { last_os_error(); }