]> andersk Git - splint.git/blob - test/tests2.2/decl.c
Fixed \ line parsing.
[splint.git] / test / tests2.2 / decl.c
1 # include <time.h>
2
3 struct tm { int x; }
4
5 int f (struct tm s)
6 {
7   return s.x;
8 }
This page took 0.03473 seconds and 5 git commands to generate.