1 // check-pass
2 // aux-build:issue-57264-1.rs
3 
4 extern crate issue_57264_1;
5 
main()6 fn main() {
7     issue_57264_1::Pub::pub_method();
8 }
9