1*52a25237STobias Grosser# Check that isl is not confused by inconsistent separate and atomic options. 2*52a25237STobias Grosser{ sync[] -> [i, 0] : 0 <= i <= 64 } 3*52a25237STobias Grosser{ : } 4*52a25237STobias Grosser{ [i, 0] -> separate[1] : 1 <= i <= 62; [i, 0] -> atomic[1] : i <= 10 or i >= 20 } 5