Examine the following code:

Fee fee;
Fum fum;
if (fee == fum) {
std cout << "Whoopee!\n";
}

If we implemented it as a global function, what would the expression fee == fum be translated to?