diff options
Diffstat (limited to 'test-chill/test-cases/examples/chill/test_fusion.script')
-rw-r--r-- | test-chill/test-cases/examples/chill/test_fusion.script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-chill/test-cases/examples/chill/test_fusion.script b/test-chill/test-cases/examples/chill/test_fusion.script new file mode 100644 index 0000000..41f6cc0 --- /dev/null +++ b/test-chill/test-cases/examples/chill/test_fusion.script @@ -0,0 +1,7 @@ +source: test_fusion.c +procedure: main +loop: 0 +original() +fuse([0,1],2) +print + |