[gnu.g++.bug] BUG in G++ 1.32.0 - error message botch

rfg@MCC.COM (Ron Guilmette) (01/27/89)

The following code is syntatically incorrect, but the error message
issued for it by G++ 1.32.0 is very strange and somewhat misleading.

The error message says:

x01.cc:6: parse error at null character

------------------------------- cut here ----------------------------
struct gorp {
	int f1;

struct add_stuff
{
  int plus(int) {} ;
};