]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/array/test/test_cmake/main.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / array / test / test_cmake / main.cpp
1 #include <boost/array.hpp>
2
3 int main() {
4 boost::array<int,5> a{};
5 }