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
It's a label, followed by an empty statement, followed by the declaration of a string x.
x