OSDN Git Service

* gcc.c-torture/compile/pr11832.c: XFAIL for mips and powerpc-linux,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20031124-1.c
1 /* PR 13143 */
2
3 int f (void *ptr)
4 {
5     extern char const stop[];
6     return ptr >= (void *) &stop;
7 }
8