]> andersk Git - splint.git/blob - test/parentype.c
noexpand always false.
[splint.git] / test / parentype.c
1 int f(void)
2 {
3   double (*y)[3];
4   double z[3];
5
6   y = &z;         /* line 6 */
7   return 0;
8 }
This page took 0.365383 seconds and 5 git commands to generate.