]> andersk Git - splint.git/blame_incremental - test/parentype.c
Changed 3.0.1.6 to 3.0.1.7 for /doc
[splint.git] / test / parentype.c
... / ...
CommitLineData
1int 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.106309 seconds and 5 git commands to generate.