mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-03-10 02:38:47 +08:00
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete * 2.1.0 main node rollup
10 lines
124 B
Go
10 lines
124 B
Go
// -*- go -*-
|
|
|
|
package main
|
|
|
|
// @Test 42 1 = -1
|
|
func main(a, b uint64) int {
|
|
val := int32(0x7fffffff)
|
|
return int16(val)
|
|
}
|