1f08c3bdfSopenharmony_ci#define A __attribute__((address_space(1))) 2f08c3bdfSopenharmony_cistatic int (A *p); 3f08c3bdfSopenharmony_cistatic int A *q; 4f08c3bdfSopenharmony_cistatic void (*f)(A int *x, A int *y) = (void *)0; 5f08c3bdfSopenharmony_cistatic void g(int A *x) 6f08c3bdfSopenharmony_ci{ 7f08c3bdfSopenharmony_ci f(x, x); 8f08c3bdfSopenharmony_ci p = q; 9f08c3bdfSopenharmony_ci} 10f08c3bdfSopenharmony_ci/* 11f08c3bdfSopenharmony_ci * check-name: attribute after ( in direct-declarator 12f08c3bdfSopenharmony_ci */ 13