BSD 4_3 development
[unix-history] / usr / src / ucb / dbx / tests / cc / user.c
/*
* The user structure is a good test of the general symbol processing
* abilities of dbx.
*/
#include <sys/param.h>
#include <sys/dir.h>
#include <sys/user.h>
main ()
{
}