Files
llgo/cl/_testrt/panic/in.go

6 lines
54 B
Go
Raw Normal View History

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