]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/BigFunction.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / BigFunction.scl
index 102bc1d7ec904c9173a20bd6390625b8f1e6c8a6..d57dae6f675a2b44aff037a6be6e188f0613f57c 100644 (file)
@@ -1,7 +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
+import "Prelude"
+
+f a b c d e f g h = a + b + c + d + e + f + g + h
+
+main = (id f) 1 2 3 4 5 6 7 8
+--
 36
\ No newline at end of file