]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Inline1.scl
118abc4c51b584fe15b3ff4db0a33db258191dde
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Inline1.scl
1 main = id "Foo" \r
2   where\r
3     id x = x\r
4 --\r
5 Foo