scop.c: expr_propagate_params: use pet_expr_map_access
[pet.git] / tests / autodetect / loop4.c
blobedefc734777fcfd4e2887ae67e48e2b3a57f7a1f
1 void foo()
3 int a;
5 for (;;) {
6 a = 5;
8 loop: goto loop;