Commit ad36c392 authored by Ken Thompson's avatar Ken Thompson

bug 145

R=r
OCL=27979
CL=27979
parent 4fc82c2e
......@@ -1654,6 +1654,10 @@ exprsym3:
{
$$ = newname($1);
}
| LATYPE
{
$$ = newname($1);
}
exprsym3_list_r:
exprsym3
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment