blob: 5a33bc645262a643d830053fdff4b13b5e678725 [file] [log] [blame]
Brian Silverman9d8fa392018-08-04 17:09:24 -07001// 64.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
9int test[sizeof(void*) == 8? 1 : -1];