]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/config/checks/architecture/32.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / config / checks / architecture / 32.cpp
1 // 32.cpp
2 //
3 // Copyright (c) 2012 Steven Watanabe
4 //
5 // Distributed under the Boost Software License Version 1.0. (See
6 // accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
8
9 int test[sizeof(void*) == 4? 1 : -1];