]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Select5.scl
Merge commit 'bf75fd9'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Select5.scl
1 import "StandardLibrary"
2 import "Minigraph"
3
4 main = withGraph do
5     r = map resource ["r0", "r1"]
6     sort $ map uriOf $ select ?x where 
7         Statement ?y (r!0) ?x
8         Statement ?x (r!1) ?y
9 --
10 6:24-8:30: Failed to compile the query.
11 Unsolved variables: ?x, ?y