R=r
OCL=27979
CL=27979
This commit is contained in:
Ken Thompson 2009-04-28 12:28:31 -07:00
parent 4fc82c2e1e
commit ad36c39211
3 changed files with 4 additions and 4 deletions

View File

@ -1654,6 +1654,10 @@ exprsym3:
{
$$ = newname($1);
}
| LATYPE
{
$$ = newname($1);
}
exprsym3_list_r:
exprsym3

View File

@ -121,10 +121,6 @@ bugs/bug140.go:6: syntax error near L1
bugs/bug140.go:7: syntax error near L2
BUG should compile
=========== bugs/bug145.go
bugs/bug145.go:8: t is type, not var
BUG should compile
=========== fixedbugs/bug016.go
fixedbugs/bug016.go:7: constant -3 overflows uint