view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 14038:af0519781660

Use correct stamp in BitLogicNode smart constructors.
author Roland Schatz <roland.schatz@oracle.com>
date Fri, 28 Feb 2014 13:51:50 +0100
parents afd6fa5e8229
children
line wrap: on
line source

function main() {  
  (1 > 2) || 4;  
}