mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-23 14:17:42 +01:00
6 lines
196 B
Smalltalk
6 lines
196 B
Smalltalk
# Check that generic options are not applied to isolated part
|
|
domain: "{ A[i] : 0 <= i < 20 }"
|
|
child:
|
|
schedule: "[{ A[i] -> [i] }]"
|
|
options: "{ isolate[[] -> [x]] : 5 <= x <= 15; unroll[x] }"
|