``` package main func f(autotmp_foo int) int { return autotmp_foo } ``` The compiler fails with: ``` internal compiler error: Treating auto as if it were arg, func f, node autotmp_foo, value v7 ``` We should really keep track of which variables are autos with PAUTO, not with the name.