pet_codegen.c: add missing include
[pet.git] / tests / array.c
blobf3082e50b7dfdae3761483ea81c95561795eb1d5
1 void f(const int A[10], int B[10]);
3 void foo(const int A[10], int B[10])
5 #pragma scop
6 f(A, B);
7 #pragma endscop