]> gerrit.simantics Code Review - simantics/platform.git/blob - scl/compiler/tests/scl/InvalidPattern2.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / scl / compiler / tests / scl / InvalidPattern2.scl
1 if x then y else z = x
2
3 main = "Not to be executed."
4 --
5 1:1-1:19: Illegal left hand side of the definition.