1# Check that the Feautrier schedule is not confused by 2# compressed nodes in a subgraph of the original dependence graph. 3# OPTIONS: --schedule-algorithm=feautrier 4domain: { A[]; B[0]; C[] } 5validity: { A[] -> B[0] } 6