]> andersk Git - splint.git/blob - test/csyntax12.c
Fixed manual csvoverwrite.
[splint.git] / test / csyntax12.c
1 typedef int gender;
2
3 int f()
4 {
5   static char *gender[] = { "male", "female", "?" };
6
7   if (*gender[1] == *gender[2])
8     return 3;
9   else
10     return 5;
11 }
This page took 0.036813 seconds and 5 git commands to generate.