Files
yaegi/_test/switch31.go
T

11 lines
78 B
Go

package main
func main() {
switch {
}
println("bye")
}
// Output:
// bye