mirror of
https://github.com/github/codeql.git
synced 2026-06-29 16:47:09 +02:00
2 lines
58 B
Java
2 lines
58 B
Java
int i = 2000000000;
|
|
long k = i*(long)i; // avoids overflow |