// { dg-options -std=c++1z }

#include <utility>

int main()
{
  std::pair x{42, 666};
}

