package main import "fmt" func bbb(ccc []int, n int) { fmt.Printf("ccc %v %p\n", ccc, ccc) for a:=0; a