Subject: Re: Possible (but Evil) work-around for Pentium bug?
To: Todd Vierling <tv@pobox.com>
From: Peter Seebach <seebs@herd.plethora.net>
List: current-users
Date: 11/13/1997 14:58:00
In message <Pine.NEB.3.96.971113123448.3687A-100000@www.duh.org>, Todd Vierling
 writes:
>On Thu, 13 Nov 1997, D'Arcy J.M. Cain wrote:
>: Hmmm.  I wonder if this also qualifies as the smallest complete (albeit
>: non-portable) C program.  :-)

>I'd think this would suffice (based on an entry in the Obfuscated C
>Contest):

>% cat >test.c
>^D
>% gcc -Wa,-Dmain=exit -o test test.c
>% ./test
>%

>Hey, the program even reproduces its source code when run.  :)

However, it's not actually a *C* program.  Any C translation unit has
at least one declaration.  :)

-s