mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-01 02:54:39 +01:00
5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
# Check that isl is not confused by inconsistent separate and atomic options.
|
|
{ sync[] -> [i, 0] : 0 <= i <= 64 }
|
|
{ : }
|
|
{ [i, 0] -> separate[1] : 1 <= i <= 62; [i, 0] -> atomic[1] : i <= 10 or i >= 20 }
|