blob: 3bbbcd9c6f8e608c1103048a08bf5f168c8e85fc [file] [log] [blame]
extern {
fn overflow();
}
fn main() {
unsafe { overflow() }
}