]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/RecursiveValues.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / RecursiveValues.scl
1 a = b
2 b = a
3
4 main = a
5 --
6 ???: Variables defined recursively must all be functions.