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