pet.cc: update to CompilerInvocation::setLangDefaults taking 5 arguments
[pet.git] / tests / no_kill4.c
blob78c02e1b59a21f395e70f07e03f378a0da4b3ceb
1 int foo()
3 int a[1];
4 int *p;
6 p = a;
7 #pragma scop
8 a[0] = 5;
9 #pragma endscop
10 return *p;