5 static void* return_arg(void* q
);
8 void* p
= (void*)0x87654321;
11 /* Free a pointer to Never-Never Land */
14 /* Free a pointer to a stack block */
21 * The only purpose of the function below is to make sure that gcc 4.4.x does
22 * not print the following warning during the compilation of this test program:
23 * warning: attempt to free a non-heap object
25 static void* return_arg(void* q
)