cmd/compile accepts this source: ``` package f func g() { switch { case true: fallthrough {} case false: } } ``` It shouldn't. (See also #14422.)