From f255f2498da1fd985ad1ed79362580bbf4675723 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 18 Sep 2016 21:39:45 +0000 Subject: rm test-chill, create doc subdir --- test-chill/test-cases/examples/chill/test_fusion.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test-chill/test-cases/examples/chill/test_fusion.c (limited to 'test-chill/test-cases/examples/chill/test_fusion.c') diff --git a/test-chill/test-cases/examples/chill/test_fusion.c b/test-chill/test-cases/examples/chill/test_fusion.c deleted file mode 100644 index bd2c4f2..0000000 --- a/test-chill/test-cases/examples/chill/test_fusion.c +++ /dev/null @@ -1,13 +0,0 @@ -int main() { - - int a[10][10]; - int i, j; - for (i = 0; i < 10; i++) { - for (j = 0; j < 10; j++) - a[i][j] = a[i][j] + 5; - for (j = 0; j < 10; j++) - a[i][j + 1] = a[i][j + 1] + 5; - - } - -} -- cgit v1.2.3-70-g09d2