• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 Array<int, Dynamic, 1> v {{1, 2, 3, 4, 5}};
2 cout << v << endl;
3