blob: d1f2ea5e7de2857c8eef100319ceb0405efa1bcf [file] [log] [blame]
// run-pass
// aux-build:issue-11225-1.rs
// pretty-expanded FIXME #23616
extern crate issue_11225_1 as foo;
pub fn main() {
foo::foo(1);
foo::foo_ufcs(1);
}