main.cpp 71 B

12345
  1. #include <boost/array.hpp>
  2. int main() {
  3. boost::array<int,5> a{};
  4. }