// PR c++/100102 // { dg-do compile { target c++11 } } template struct ratio; template struct duration { static constexpr int _S_gcd(); template using __is_harmonic = ratio<(duration::_S_gcd)()>; using type = __is_harmonic; };