view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 17227:5d03b4a472c6

Merge.
author Doug Simon <doug.simon@oracle.com>
date Fri, 26 Sep 2014 00:18:43 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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