diff options
Diffstat (limited to 'tests/results/0307_if_var.intervals.txt')
-rw-r--r-- | tests/results/0307_if_var.intervals.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/results/0307_if_var.intervals.txt b/tests/results/0307_if_var.intervals.txt new file mode 100644 index 0000000..2290fb8 --- /dev/null +++ b/tests/results/0307_if_var.intervals.txt @@ -0,0 +1,3 @@ +sources/0307_if_var.c:2.14-24: [ x in [0;20] ] +sources/0307_if_var.c:3.7-17: [ x in [-10;-1] ] +Output: [ x in [-10;20] ] |