github.com/goplus/llgo@v0.8.3/cl/_testrt/panic/in.go (about)

     1  package main
     2  
     3  func main() {
     4  	panic("panic message")
     5  }