]> andersk Git - splint.git/blob - test/temp/employee.lcl
dfa82ca4c2e54b2b9f04da108afabe1b74051bea
[splint.git] / test / temp / employee.lcl
1 typedef struct 
2 {
3   int ssNum;
4   int salary;
5 } employee;
6
7 int crunch (employee e) { }
This page took 0.026277 seconds and 3 git commands to generate.