0 / 60 seg.

What is this declaration an example of?

struct s {
    int i;
    struct s *s1;
    struct s *s2;
};