Files
llgo/cl/_testrt/panic/in.go
2024-05-01 11:03:52 +08:00

6 lines
54 B
Go

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