Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site utah-cs.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!hplabs!hao!seismo!utah-cs!lepreau
From: lepreau@utah-cs.UUCP (Jay Lepreau)
Newsgroups: net.unix-wizards,net.bugs.4bsd
Subject: Bug in Unix System V C compiler
Message-ID: <2978@utah-cs.UUCP>
Date: Wed, 1-Aug-84 03:06:22 EDT
Article-I.D.: utah-cs.2978
Posted: Wed Aug  1 03:06:22 1984
Date-Received: Sat, 4-Aug-84 01:08:52 EDT
References: <1068@sdcsvax.UUCP>, <3705@brl-tgr.ARPA>
Organization: Univ of Utah CS Dept
Lines: 9

The following program fails to compile under the Sys V.1 compiler:
main()
{
	int godamnid1;
	int godamnid2;
}

This bug is, as usual, not present in the 4.2 BSD C compiler,
which I use in preference to the Sys V one.