blob: 58f0c6b651ad651bb7844def55c49d60a52a109f [file] [log] [blame]
fn main() {
extern crate libc; //~ ERROR use of unstable
use libc::*; //~ ERROR unresolved import
}