]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/SwitchSimplification.scl
Merge branch 'feature/funcwrite'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / SwitchSimplification.scl
1 foo () = "asd"
2
3 main = foo ()
4 --
5 asd