Hacker News new | ask | show | jobs
by JoshTriplett 5951 days ago
> It's quite common and accepted for compilers to make assumptions about the rest of the code, and for those to be wrong if your code is broken.

Indeed. Most annoyingly, many "modern" C compilers still attempt to muddle onward by replacing unknown types with "int".

1 comments

I think the standard requires that.