typedef struct _aSelection { struct _aSelection *and, *or; } aSelection; int main( int argc, char *argv[] ) { return 0; }