view graal/com.oracle.truffle.sl.test/tests/error/TypeError05.sl @ 21668:ffe693cc427f

(re)add support for executing Truffle in non-JVMCI runtimes
author Doug Simon <doug.simon@oracle.com>
date Tue, 02 Jun 2015 18:29:35 +0200
parents b16ec83edc73
children
line wrap: on
line source

function main() {
  f = 1 < 2;
  f();  
}