4.1cBSD/usr/src/ucb/dbx/test/forward.c

typedef struct blah BLAH;

struct blah {
    int x;
    int y;
};

struct blah b;

main()
{
}