]> andersk Git - splint.git/blame - test/parentype.c
Hacking Makefile to print a warning when test suite to run under /usr
[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.040184 seconds and 5 git commands to generate.