view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 15797:8e4bedbbb6d8

[inlining-5] separate check code (fewer args, pure, concise) from logging code
author Miguel Garcia <miguel.m.garcia@oracle.com>
date Mon, 19 May 2014 21:39:49 +0200
parents afd6fa5e8229
children
line wrap: on
line source

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