build: separate compiler and libs
This commit is contained in:
8
compiler/cl/_testlibgo/errors/in.go
Normal file
8
compiler/cl/_testlibgo/errors/in.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "errors"
|
||||
|
||||
func main() {
|
||||
err := errors.New("error")
|
||||
panic(err)
|
||||
}
|
||||
Reference in New Issue
Block a user