What is this declaration an example of?
struct s { int i; struct s *s1; struct s *s2; };
a node
a linked list
a stack
a binary tree