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:
parent
1ea5bc7533
commit
1836541566
@ -30,6 +30,7 @@ convlit(Node *n, Type *t)
|
||||
case TFUNC:
|
||||
case TCHAN:
|
||||
case TMAP:
|
||||
case TSTRUCT:
|
||||
// case TPTR32:
|
||||
// case TPTR64:
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user