1
0
mirror of https://github.com/golang/go synced 2024-11-26 08:48:13 -07:00

bug with struct-type { 1 }

R=r
OCL=17096
CL=17096
This commit is contained in:
Ken Thompson 2008-10-14 12:48:14 -07:00
parent 1ea5bc7533
commit 1836541566

View File

@ -30,6 +30,7 @@ convlit(Node *n, Type *t)
case TFUNC:
case TCHAN:
case TMAP:
case TSTRUCT:
// case TPTR32:
// case TPTR64:
return;