diff options
Diffstat (limited to 'test-chill/test-cases/chill/test_print_code.stdout')
-rw-r--r-- | test-chill/test-cases/chill/test_print_code.stdout | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test-chill/test-cases/chill/test_print_code.stdout b/test-chill/test-cases/chill/test_print_code.stdout new file mode 100644 index 0000000..b4ece20 --- /dev/null +++ b/test-chill/test-cases/chill/test_print_code.stdout @@ -0,0 +1,18 @@ +if (bm >= 1) { + for(t2 = 0; t2 <= an-1; t2++) { + for(t4 = 0; t4 <= bm-1; t4++) { + if (ambn >= 1) { + s0(t2,t4,0); + s1(t2,t4,0); + } + for(t6 = 1; t6 <= ambn-1; t6++) { + s1(t2,t4,t6); + } + if (ambn <= 0) { + s0(t2,t4,0); + } + } + } +} + + |