struct s; struct s { struct s *p; }; struct s var; int main (void) { return 0; }