From: tage.westlund@stockholm.mail.telia.com (Tage Westlund)
Subject: A TINY BUG
6 Oct 1997 01:55:14 -0700
Message-ID: <3438330F.61CF.cygnus.gnu-win32@stockholm.mail.telia.com>
Reply-To: tage.westlund@stockholm.mail.telia.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: gnu-win32@cygnus.com

To gnu designers!
I have found that the following bad code gives "exception" at run
time instead of error message at compilation time (b18 Win95):

#include <stdio.h>
main(){
	printf("%s\n",sizeof(long));
}
Tage

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
