]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/ClashingValueDefinition.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / ClashingValueDefinition.scl
1 a = 1
2 a = 2
3 main = "Should not be executed."
4 --
5 ???