aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/921026-1.c
blob: 18238de8332e06c279127b317b2e35141d98aa91 (plain)
1
2
3
4
f(unsigned short*a)
{
a[0]=65535;
}