view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 16681:74123ce7599b

Graal class loader must delegate directly to the boot class loader
author Doug Simon <doug.simon@oracle.com>
date Mon, 04 Aug 2014 15:54:41 +0200
parents b16ec83edc73
children
line wrap: on
line source

function main() {  
  println("Hello World!");  
  nanoTime();  
}