]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/runtime.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / runtime.go
index bccc9b53afc021950284370cc95834b9aae147d2..58a5eee70993089ed214592343fcbc71c915a9c6 100644 (file)
@@ -17,5 +17,5 @@ package main
 import "runtime"
 
 func main() {
-       runtime.printbool(true) // ERROR "unexported"
+       runtime.printbool(true) // ERROR "unexported|undefined"
 }