diff options
Diffstat (limited to 'test/c/unroll.expect')
| -rw-r--r-- | test/c/unroll.expect | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/c/unroll.expect b/test/c/unroll.expect new file mode 100644 index 00000000..355943c1 --- /dev/null +++ b/test/c/unroll.expect @@ -0,0 +1,6 @@ +fac(4) = 24 +fac(5) = 120 +fac(6) = 720 +fac2(4) = 24 +fac2(5) = 120 +fac2(6) = 720 |
