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