mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
var _ fmt.Stringer
|
||||
println("did not panic")
|
||||
}
|
||||
Reference in New Issue
Block a user