blob: abd5d508e729536966516d3a4e4d1e55c579b2ba [file] [log] [blame]
// ignore-license
void overflow();
int main() {
overflow();
return 0;
}