blob: 3e30d679f194549d08f79771e7cb4c9355e8bd20 [file] [log] [blame]
// PR c++/71630
// { dg-do compile { target c++14 } }
template <class T>
extern T pi;
int main()
{
return pi<int>;
}