view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 17372:4a6e24a8fc2c

Track code installation time
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 08 Oct 2014 11:44:00 -0700
parents afd6fa5e8229
children
line wrap: on
line source

function main() {  
  "4" && 4;  
}