add isl_mat_initial_non_zero_cols
[platform/upstream/isl.git] / isl_test.c
index 1f2c6f1..01839c3 100644 (file)
@@ -102,6 +102,7 @@ void test_parse(struct isl_ctx *ctx)
        test_parse_map_equal(ctx, str, str2);
 
        test_parse_pwqp(ctx, "{ [i] -> i + [ (i + [i/3])/2 ] }");
+       test_parse_map(ctx, "{ S1[i] -> [([i/10]),i%10] : 0 <= i <= 45 }");
 }
 
 void test_read(struct isl_ctx *ctx)