Files
llgo/compiler/cl/_testrt/panic/in.go
2025-01-08 14:59:01 +08:00

6 lines
54 B
Go

package main
func main() {
panic("panic message")
}