]> andersk Git - splint.git/blame - test/tests2.2/decl.c
Fixed \ line parsing.
[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.065509 seconds and 5 git commands to generate.