]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/m4/gnueval.m4
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / m4 / gnueval.m4
1 dnl $FreeBSD$
2 dnl $OpenBSD: src/regress/usr.bin/m4/gnueval.m4,v 1.1 2012/04/12 16:58:15 espie Exp $
3 dnl exponentiation is right associative
4 eval(`4**2**3')
5 dnl priority between unary operators and *
6 eval(`4**2*3')
7 eval(`-4**3')