home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
CNEWS004.ZIP
/
MSCBUGS.ARC
/
MSC5BUG2.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-12-15
|
348 b
|
13 lines
/* /Zi SWITCH GENERATES A WARNING & CODEVIEW DIES TRACING main IN ASM */
#include <assert.h>
#include <process.h>
#include <stdio.h>
void main( ac, av )
int ac; char **av;
{ assert( av[ac] == NULL ); } /* ok if not all on one line */
#if 0
msc5bug2.c(7) : warning C4073: scoping too deep, deepest scoping merged when debugging
#endif