mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
9 lines
126 B
Rust
9 lines
126 B
Rust
// check-pass
|
|
// aux-build:issue-57264-1.rs
|
|
|
|
extern crate issue_57264_1;
|
|
|
|
fn main() {
|
|
issue_57264_1::Pub::pub_method();
|
|
}
|