about summary refs log tree commit diff
path: root/tests/ui/crate-loading/auxiliary/crateresolve1-2.rs
blob: 63327c7766836fbbe9a3f354097613b6bba8a949 (plain)
1
2
3
4
5
6
//@ compile-flags:-C extra-filename=-2
//@ no-prefer-dynamic
#![crate_name = "crateresolve1"]
#![crate_type = "lib"]

pub fn f() -> isize { 20 }