Hacker News new | ask | show | jobs
by WalterBright 989 days ago
> #define assert(c) while (!(c)) __builtin_unreachable()

And people keep telling me that nobody uses the C preprocessor to define their own syntax any more!