Author
anonymous
almost 5 years ago
$
prog.cc: In function 'int foo()': prog.cc:5:22: warning: integer overflow in expression of type 'int' results in '-2147483648' [-Woverflow] 5 | return 2147483647+1; | ~~~~~~~~~~^~ 18446744071562067968
prog.cc: In function 'int foo()': prog.cc:5:22: warning: integer overflow in expression of type 'int' results in '-2147483648' [-Woverflow] 5 | return 2147483647+1; | ~~~~~~~~~~^~
18446744071562067968