File size: 193 Bytes
e36aeda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
go run main.go
! stdout .
! stderr .

-- main.go --

package main

func main() {
	switch {
	case true:
	_:
		fallthrough
	default:
	}
	switch {
	case true:
	_:
	_:
		fallthrough
	default:
	}
}