diff options
Diffstat (limited to 'tests/bc/stdin2.txt')
| -rw-r--r-- | tests/bc/stdin2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bc/stdin2.txt b/tests/bc/stdin2.txt index f260cfa7dbcf..a7f1981c6658 100644 --- a/tests/bc/stdin2.txt +++ b/tests/bc/stdin2.txt @@ -1 +1,4 @@ for (i = 0; i < 3; ++i) if (2 < 3) 1 +if (3 < 4) for (i = 0; i < 3; ++i) if (4 < 5) 2 +for (j = 0; j < 3; ++j) if (5 < 6) for (i = 0; i < 3; ++i) if (4 < 5) 3 +if (6 < 7) for (j = 0; j < 3; ++j) if (5 < 6) for (i = 0; i < 3; ++i) if (4 < 5) 4 |
