xref: /csrg-svn/old/dbx/tests/cc/args.c (revision 44056)
1 /*
2  * Test of passing and accessing the command line arguments through dbx.
3  */
4 
main(argc,argv)5 main (argc, argv)
6 int argc;
7 char *argv[];
8 {
9 }
10