$ tw -n -e 'action: if ("1" > "1") { return; }'
normal exit
$ tw -n -e ''action: if ("1" < "1") { return; }'
normal exit
$ tw -n -e 'action: if ("1" == "1") { return; }'
Memory fault
$ tw -n -e 'action: if ("1" != "1") { return; }'
Memory faultTested with ast-open.2013-08-07 on: Linux version 2.6.18.1 (gcc version 3.4.6) Linux version 2.6.32-5-686 (gcc version 4.3.5) Philippe _______________________________________________ ast-users mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-users
