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