]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/scl/Inline1.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / scl / Inline1.scl
1 main = id "Foo" 
2   where
3     id x = x
4 --
5 Foo