blob: faff6b48730cfae10be1b893237ae183b75c02ef [file] [log] [blame]
#![allow(improper_ctypes)]
#![allow(dead_code)]
// Issue #901
// pretty-expanded FIXME #23616
mod libc {
extern {
pub fn printf(x: ());
}
}
pub fn main() { }