pet_scop_collect_arrays: only collect siblings of accessed fields
[pet.git] / tests / inline11.c
blob94a64bd7d2d4f123a755da8ed013f682bd16d15c
1 inline void f1(int n)
5 inline void f2(int n)
7 float A[n];
10 void f(int s)
12 #pragma scop
13 f1(s);
14 f2(s);
15 #pragma endscop