January 06, 2002
Why can't I do:

    private struct vector { int x, y, z; }

while this works:

    private { struct vector { int x, y, z; } }

?