Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: X3J11 Pleasanton meeting summary Keywords: oops Message-ID: <14058@smoke.BRL.MIL> Date: 8 Oct 90 19:01:58 GMT References: <1990Oct3.184359.2348@sq.sq.com> <1737:Oct803:02:5890@kramden.acf.nyu.edu> <14049@smoke.BRL.MIL> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 5 In article <14049@smoke.BRL.MIL> gwyn@smoke.BRL.MIL (Doug Gwyn) writes: > void main( void ) { int a[4][5]; func( a[1] ); return 0; } I of course meant: int main( void ) { int a[4][5]; func( a[1] ); return 0; }