static4.C   [plain text]


// { dg-do assemble  }

template <class T>
struct S
{
  static const T t = 3;
};