``` type node = {value: i32, next: *node} ``` This hits the recursive type error, so next has to be *u8 or something else.