mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 19:17:31 +00:00
7 lines
63 B
C
7 lines
63 B
C
![]() |
void overflow();
|
||
|
|
||
|
int main() {
|
||
|
overflow();
|
||
|
return 0;
|
||
|
}
|