floor, ceil, trunc, truncf, truncl: Defeat GCC optimizations.
[gnulib.git] / tests / test-ftell.sh
blobbf55d2e997c0d6c792b1788586dcadd6176e5552
1 #!/bin/sh
3 ./test-ftell${EXEEXT} 1 < "$srcdir/test-ftell.sh" || exit 1
4 echo hi | ./test-ftell${EXEEXT} || exit 1
5 exit 0