// RUN: clang-cc -fsyntax-only -verify %s template struct A; template struct A; template struct B; typedef float FLOAT; template struct B;