]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/Constant.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / Constant.scl
1
2 a = 14 :: Integer
3
4 main = a
5 --
6 14