It's well known that matrices of the form $M^T M$ have an (unpivoted, of course) LU decomposition. In fact, because they are positive semidefinite, they have a Cholesky decomposition. The field here is the real numbers.
My question is: Do matrices of the form $M^2$ have an LU decomposition? I suspect the answer is no, but the usual counterexamples I know don't work.
[edit]
Even though the answer is easy, I'll keep this question undeleted in case someone else Googles this very same question.