]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Tuples2.scl
Merge commit 'd186091'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Tuples2.scl
1 // This is just a restricted version of Tuples test\r
2 id0 () = ()\r
3 \r
4 main = id0 ()\r
5 --\r
6 ()