view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.sl @ 15921:6d8c901814eb

Support for compressed constants in HSAIL backend.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 27 May 2014 12:08:11 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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