I was recently modifying some code, and found a pre-existing bug on one line within a function:
std:;string x = y;
This code still compiles
(expression)std: (end of expression); (another expression)string x = y;