view graal/com.oracle.truffle.sl.test/tests/error/TypeError04.sl @ 19657:dcfdf9eb8570

Fix cycle in lowered graph for atomic read write.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 02 Mar 2015 16:31:37 +0100
parents afd6fa5e8229
children
line wrap: on
line source

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