1 2 3 4 5 6
//@error-in-other-file: the program aborted execution //@compile-flags: -C panic=abort fn main() { core::panic!("panicking from libcore"); }