mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-30 08:38:41 +00:00
95f509b109
* wasm: add test suite using headlless chrome
9 lines
90 B
Go
9 lines
90 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
var _ fmt.Stringer
|
|
println("did not panic")
|
|
}
|