mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 15:02:19 +00:00
7 lines
63 B
C
7 lines
63 B
C
void overflow();
|
|
|
|
int main() {
|
|
overflow();
|
|
return 0;
|
|
}
|