view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 15331:71cdf5518dab

Use LIRGeneratorTool in NodeLIRBuilder.
author Josef Eisl <josef.eisl@jku.at>
date Wed, 23 Apr 2014 10:39:55 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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