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