scan.h: protect against multiple inclusions
[pet.git] / tests / autodetect / decl5.c
blobec42ef5bd6f22bf5d05e3d02a80c4770ea495fb9
1 int foo(int N)
3 int A[N];
4 A[0] = 1;
6 return N;