2 * Structure members should get the address
3 * space of their pointer.
5 #define __user __attribute__((address_space(1)))
11 extern int test(int __user
*ip
);
13 static int broken(struct hello __user
*sp
)
18 * check-name: Address space of a struct member