// PR c++/51305
// { dg-do compile { target c++11 } }
constexpr bool ok() noexcept
{
  typedef int type;
  return true;
}
constexpr auto x = ok();
// PR c++/51305
// { dg-do compile { target c++11 } }
constexpr bool ok() noexcept
{
  typedef int type;
  return true;
}
constexpr auto x = ok();