mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
8 lines
85 B
Go
8 lines
85 B
Go
package main
|
|
|
|
func shift(base int32) int32 {
|
|
return base << 40
|
|
}
|
|
|
|
var x1 = shift(1)
|