// RUN: clang-cc -fsyntax-only %s template struct X0 { }; struct X1 { }; struct Y { template union X0; template friend union X0; union X1; friend union X1; }; // FIXME: Woefully inadequate for testing