Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / awk / test / reg / Obsolete / log.awk
1 BEGIN { print log(0), log(-1), log(100) }