blob: ef053aa2e7a3ad21312463430b37c4532cd95475 [file] [log] [blame]
extern "C" {
fn overflow();
}
fn main() {
unsafe { overflow() }
}