Files
llgo/cl/_testrt/panic/in.go
2025-04-03 16:26:11 +08:00

6 lines
54 B
Go

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