view truffle/com.oracle.truffle.sl.test/tests/error/TypeError06.sl @ 21951:9c8c0937da41

Moving all sources into truffle subdirectory
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 17 Jun 2015 10:58:08 +0200
parents graal/com.oracle.truffle.sl.test/tests/error/TypeError06.sl@b16ec83edc73
children
line wrap: on
line source

function main() {
  defineFunction(3);
}