• Russ Cox's avatar
    allow · 5851a1b5
    Russ Cox authored
    package main
    type t interface
    type t interface{ m(map[t]bool) }
    type m map[t] int
    
    making it work without the forward declaration will require a second pass.
    
    R=ken
    OCL=30773
    CL=30773
    5851a1b5
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach_amd64 Loading commit data...
old/c Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.conf Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...