mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-16 10:47:48 +01:00
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# Check that the different disjuncts in the unroll option
|
|
# are handled separately.
|
|
{ A[i] -> [i] : 0 <= i < 100000 }
|
|
{ : }
|
|
{ [i] -> unroll[0] : i < 4 or i > 99996 }
|