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