changeset 706:d51dbf263a59

Another testcase.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Apr 2013 22:01:51 +0300
parents 39c03b7dd853
children 987541c66517
files tests/testeval.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/testeval.sh	Tue Apr 16 22:01:43 2013 +0300
+++ b/tests/testeval.sh	Tue Apr 16 22:01:51 2013 +0300
@@ -23,6 +23,7 @@
 35&3 + 2
 9+5&(3 + 7)
 (5*(7&3) + 1)
+123045 >> 1 & 60
 " | while read f; do
   if test "x$f" != "x"; then
      printf "#include <stdio.h>\nint main(int argc, char *argv[])\n{\n  (void) argc; (void) argv;\n  printf(\"%%1.5f\\\\n\", (double) (%s));\n  return 0;\n}\n" "$f" > "$CTEST.c"