separate per-function namespace.
R=gri
DELTA=24 (8 added, 16 deleted, 0 changed)
OCL=19006
CL=19057
func main() {
var exit int;
-exit: // this shouldn't be legal
+exit:
}
-
-/*
-Within a scope, an identifier should have only one association - it cannot be
-a variable and a label at the same time.
-*/
struct { u int; v int }
BUG: compilation should succeed
-=========== bugs/bug077.go
-BUG: known to succeed incorrectly
-
=========== bugs/bug080.go
bugs/bug080.go:12: illegal types for operand: CALL
int