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

typedef struct Blah *Blah;

Blah f();

main()
{
    Blah x;

    x = f();
}