]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/BigFunction.scl
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / BigFunction.scl
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/BigFunction.scl b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/BigFunction.scl
new file mode 100644 (file)
index 0000000..102bc1d
--- /dev/null
@@ -0,0 +1,7 @@
+import "Prelude"\r
+\r
+f a b c d e f g h = a + b + c + d + e + f + g + h\r
+\r
+main = (id f) 1 2 3 4 5 6 7 8\r
+--\r
+36
\ No newline at end of file