]> andersk Git - splint.git/blame - test/parentype.c
*** empty log message ***
[splint.git] / test / parentype.c
CommitLineData
e8b84478 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.273288 seconds and 5 git commands to generate.