print.c: rename pet_expr_build_ast_expr to pet_expr_access_build_ast_expr
[pet.git] / tests / struct13.c
blob6d67c7c2506c4d86515790502d9bd612e6dcd468
1 typedef int field;
2 typedef struct {
3 field a;
4 } a;
6 void foo(int n, a s[const restrict static n])
8 #pragma scop
9 if (n > 0)
10 s[0].a = 5;
11 #pragma endscop