Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!gem.mps.ohio-state.edu!apple!agate!helios.ee.lbl.gov!ucsd!hub!dougp From: dougp@voodoo.ucsb.edu Newsgroups: comp.lang.c Subject: This one bit me today Message-ID: <2432@hub.UUCP> Date: 5 Oct 89 02:52:07 GMT Sender: news@hub.UUCP Organization: UC, Santa Barbara. Physics Computer Services Lines: 8 -Message-Text-Follows- main() { int a=1,b=2,*p=&a,c; c=b/*p; } First real flaw in the C grammer I have found.