blob: 4fb3c4730b2c64d106dd33651e709a8664cf6091 [file] [log] [blame]
extern crate a_dylib;
fn main() {
a_dylib::foo();
}