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