link against isl libraries first
[pet.git] / tests / macro.c
blob21da801add3253d01bbed0862ab4cd4140ce2ce0
1 int f();
2 #define F() f()
4 void foo()
6 #pragma scop
7 F();
8 #pragma endscop