]> gerrit.simantics Code Review - simantics/platform.git/blob - scl/compiler/tests/scl/Logger.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / scl / compiler / tests / scl / Logger.scl
1 import "Logging"
2
3 main = info "Something happened."
4 --
5 ()