Hacker News new | ask | show | jobs
by schlupa 1848 days ago
Yes, that one is especially nasty as &p->bar[0] is a constant expression completely solvable at compile time. It's equivalent to the offsetof() macro of stddef.h