aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20070529-2.c
blob: cb38d20610aa3a3a1722e41312a141f2ca5eb847 (plain)
1
2
3
4
5
6
7
8
9
10
11
void xfs_dir2_grow_inode(void)
{
 int map;
 int *mapp;
 int nmap;
 mapp = ↦
 if (nmap == 0 )
  mapp = ((void *)0);
 if (mapp != &map)
  kmem_free(mapp);
}