view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 19211:6081b30fe164

Make LocationMarker a LowLevelMidTierPhase.
author Josef Eisl <josef.eisl@jku.at>
date Fri, 06 Feb 2015 20:06:38 +0100
parents afd6fa5e8229
children
line wrap: on
line source

function main() {  
  (1 > 2) || 4;  
}