1 2 3 4 5 6 7 8
/* PR 13143 */ int f (void *ptr) { extern char const stop[]; return ptr >= (void *) &stop; }