blob: 2ff3221543722c96c7ae0a01bcecf26790d6d933 [file] [log] [blame]
// Build don't link:
template <class T>
struct S
{
static const T t = 3;
};