]> andersk Git - splint.git/blame - test/csyntax12.c
noexpand always false.
[splint.git] / test / csyntax12.c
CommitLineData
885824d3 1typedef int gender;
2
3int 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.12638 seconds and 5 git commands to generate.