blob: 0b867b68826f10ad38b20cc547b4e54bbc70d99b [file] [log] [blame]
template<typename T>
struct TPL
{
T val = 0;
};
inline TPL<int> x;