]> andersk Git - splint.git/blame - test/tests2.2/decl.c
Fixed preds.expect for name change.
[splint.git] / test / tests2.2 / decl.c
CommitLineData
885824d3 1# include <time.h>
2
3struct tm { int x; }
4
5int f (struct tm s)
6{
7 return s.x;
8}
This page took 0.103228 seconds and 5 git commands to generate.