(root)/
gcc-13.2.0/
gcc/
testsuite/
go.go-torture/
execute/
const-2.go
package main

const c = 3;

func main() {
  if c != 3 { panic(0) }
}