I recently noticed something odd when compiling the following C++ program:
int main() { return 0; }
using g++ on linux. Specific
g++