xref: /original-bsd/old/dbx/tests/cc/user.c (revision c8876cb1)
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 
10 main ()
11 {
12 }
13