blob: 060e817bea08ab834d05c071abdbc76c8444b970 [file] [log] [blame]
//@ aux-build:other_file.rs
//@ compile-flags: --error-format human
extern crate other_file;
fn main() {
other_file::WithPrivateMethod.private_method();
}