Author
anonymous
almost 6 years ago
C++
gcc 9.1.0
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-9.1.0/include -std=gnu++2a
prog.cc: In function 'int main()': prog.cc:6:21: warning: left shift count >= width of type [-Wshift-count-overflow] 6 | uint64_t x = a<<45; | ^~ 794624
prog.cc: In function 'int main()': prog.cc:6:21: warning: left shift count >= width of type [-Wshift-count-overflow] 6 | uint64_t x = a<<45; | ^~
794624