view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 21192:4c7c22aa4bd7

LinearScan: add more information to assertion.
author Josef Eisl <josef.eisl@jku.at>
date Wed, 22 Apr 2015 10:50:36 +0200
parents b16ec83edc73
children
line wrap: on
line source

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