6 lines · plain
1# Check that isl is not confused by inconsistent2# separation_class and atomic options.3{ sync[] -> [i, 0] : 0 <= i <= 64 }4{ : }5{ [i, 0] -> separation_class[[1] -> [0]] : 1 <= i <= 62; [i, 0] -> atomic[1]}6 1# Check that isl is not confused by inconsistent2# separation_class and atomic options.3{ sync[] -> [i, 0] : 0 <= i <= 64 }4{ : }5{ [i, 0] -> separation_class[[1] -> [0]] : 1 <= i <= 62; [i, 0] -> atomic[1]}6