-
Russ Cox authored
needed for heap allocation if variable escapes. package main func main(){ var i interface{} = 42; switch v := i.(type) { case int: println(&v, v); } } R=ken OCL=31245 CL=31245
0417aafe
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
align.c | ||
bits.c | ||
builtin.c.boot | ||
const.c | ||
dcl.c | ||
export.c | ||
gen.c | ||
go.h | ||
go.y | ||
lex.c | ||
mkbuiltin | ||
mkbuiltin1.c | ||
mparith1.c | ||
mparith2.c | ||
mparith3.c | ||
obj.c | ||
sinit.c | ||
subr.c | ||
swt.c | ||
sys.go | ||
unsafe.go | ||
walk.c |