#include < stdio.h > int main(void) { int old, new=3; return 0; }
This will compile in C, but not in C++!