]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/TypingBug1.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / TypingBug1.scl
1 id x = x
2 main = id id (5 :: Integer)
3 --
4 5