back

by uecker·1y ago·view on hn ↗
The traditional use case are circular linked lists or similar data structures.

struct foo { struct foo *next; } x = { .next = &x };