]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/SwitchSimplification.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / SwitchSimplification.scl
1 foo () = "asd"
2
3 main = foo ()
4 --
5 asd