xref: /csrg-svn/old/dbx/tests/cc/user.c (revision 44101)
1*44101Sbostic /*
2*44101Sbostic  * The user structure is a good test of the general symbol processing
3*44101Sbostic  * abilities of dbx.
4*44101Sbostic  */
5*44101Sbostic 
6*44101Sbostic #include <sys/param.h>
7*44101Sbostic #include <sys/dir.h>
8*44101Sbostic #include <sys/user.h>
9*44101Sbostic 
main()10*44101Sbostic main ()
11*44101Sbostic {
12*44101Sbostic }
13