/* PR 13143 */

int f (void *ptr)
{
    extern char const stop[];
    return ptr >= (void *) &stop;
}



syntax highlighted by Code2HTML, v. 0.9.1