view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 15461:f73fc9309f12

gate: use parallelized Java building in the gate
author Doug Simon <doug.simon@oracle.com>
date Thu, 01 May 2014 23:55:22 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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