1 2 3 4 5 6 7
// Test that `download-rustc` doesn't put duplicate copies of libc in the sysroot. // check-pass #![crate_type = "lib"] #![no_std] #![feature(rustc_private)] extern crate libc;