9 lines
128 B
Rust
9 lines
128 B
Rust
//@ check-pass
|
|
//@ aux-build:issue-57264-1.rs
|
|
|
|
extern crate issue_57264_1;
|
|
|
|
fn main() {
|
|
issue_57264_1::Pub::pub_method();
|
|
}
|