summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/array/test/test_cmake/main.cpp
blob: c2e0c905c86d86b3af511fe5dd7ddf293635841e (plain)
1
2
3
4
5
#include <boost/array.hpp>

int main() {
    boost::array<int,5> a{};
}