Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
go.go-torture/
execute/
const-1.go
package main func main() { const c = 2; if c != 2 { panic(0) } }