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