fn main() { cc::Build::new() .file("test/userlib/sys.s") .compile("my-asm-lib"); }