blob: 538359943271de0f115cb255b56f61a04c5994d9 [file] [log] [blame]
extern "C" {
fn c_func();
}
fn main() {
unsafe {
c_func();
}
}