Update m4 script for Clang build
[cloog/uuh.git] / test / block3.good.c
blobb4bdf6de9db8227d86f3666ff379cc8aaa385d7e
1 /* Generated from ../../../git/cloog/test/block3.cloog by CLooG 0.16.2-4-gba4e834 gmp bits in 0.00s. */
2 extern void hash(int);
4 /* Useful macros. */
5 #define floord(n,d) (((n)<0) ? -((-(n)+(d)-1)/(d)) : (n)/(d))
6 #define ceild(n,d) (((n)<0) ? -((-(n))/(d)) : ((n)+(d)-1)/(d))
7 #define max(x,y) ((x) > (y) ? (x) : (y))
8 #define min(x,y) ((x) < (y) ? (x) : (y))
10 #define S1() { hash(1); }
11 #define S2() { hash(2); }
12 #define S3(i) { hash(3); hash(i); }
14 void test()
16 /* Scattering iterators. */
17 int c1;
18 /* Original iterators. */
19 int i;
20 S1();
21 S3(0);
22 S2();
23 S3(1);