]> gerrit.simantics Code Review - simantics/platform.git/blob - scl/compiler/tests/scl/Matching5.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / scl / compiler / tests / scl / Matching5.scl
1 main = do 
2     match () with
3         () -> "Hello"
4 --
5 Hello