1 # define __A __attribute__((noderef))
24 q2
= &p
; /* This should complain */
28 r
= &*(q
+1); /* This should NOT complain */
31 r
= &xp
->a
; /* This should NOT complain */
44 * check-name: noderef attribute
47 noderef.c:24:12: warning: incorrect type in assignment (different modifiers)
48 noderef.c:24:12: expected char *[noderef] *q2
49 noderef.c:24:12: got char [noderef] **<noident>