blob: 3881e3352202ffda80155cfe7181ccee850e3443 [file] [log] [blame]
// run-pass
// aux-build:moves_based_on_type_lib.rs
// pretty-expanded FIXME #23616
extern crate moves_based_on_type_lib;
use moves_based_on_type_lib::f;
pub fn main() {
f();
}