// RUN: clang-cc -fsyntax-only -verify %s // There is no semantic difference between class and typename in a // template-parameter. typename followed by an unqualified-id names a // template type parameter. template struct X; template struct X; // typename followed by aqualified-id denotes the type in a non-type // parameter-declaration. // FIXME: template struct Y; // A storage class shall not be specified in a template-parameter declaration. template struct Z; // FIXME: expect an error // FIXME: add the example from p2