blob: a9802b311815f3eed79b4f5cd0a4d6b8d34e7dc4 [file] [log] [blame]
extern "C" {
fn static2() -> i32;
}
fn main() {
unsafe {
static2();
}
}