summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/class-deduction15.C
blob: 72ed478a1c221196e038df81bc99291fcf43d270 (plain)
1
2
3
4
5
6
7
8
9
// { dg-options -std=c++1z }

#include <utility>

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