1 struct S { 2 int (*f06)(int* restrict const); 3 int (*f07)(int* const restrict); 4 }; 5 6 struct S s; 7