1 dnl @ ../doc/m4.texi:6411: Origin of test
2 dnl @ expected status: 0
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
6 dnl @ This file is free software; the Free Software Foundation
7 dnl @ gives unlimited permission to copy and/or distribute it
8 dnl @ with or without modifications, as long as this notice
10 define(`max_int', eval(`0x7fffffff'))
12 define(`min_int', incr(max_int))
18 ifelse(eval(min_int` / -1'), min_int, `overflow occurred')
19 dnl @result{}overflow occurred
21 dnl @result{}-2147483648
22 eval(`0x80000000 % -1')