2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 920428-1.c
blob154af763a509308edd625b17d316d780bbb30c91
1 x(const char*s){char a[1];const char*ss=s;a[*s++]|=1;return(int)ss+1==(int)s;}
2 main(){if(x("")!=1)abort();exit(0);}