rt_gccstream/gcc/testsuite/gcc.c-torture/compile/921026-1.c

5 lines
36 B
C

f(unsigned short*a)
{
a[0]=65535;
}