]> andersk Git - splint.git/blob - test/parentype.c
Apparently splint does not correctly handle the case in which a #defined constant...
[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.04531 seconds and 5 git commands to generate.