]> andersk Git - splint.git/blob - test/temp/employee.c
Removed stray files in test
[splint.git] / test / temp / employee.c
1 # include "employee.lh"
2
3 struct
4 {
5   int x;
6 } ;
7
8 struct s_f
9 {
10   int x;
11 } ;
12
13 int crunch (employee e)
14 {
15   return e.ssNum;
16 }
This page took 0.035195 seconds and 5 git commands to generate.