]> andersk Git - splint.git/blame - test/temp/employee.lh
Fixed bugs in the constant removal code for binary expressions.
[splint.git] / test / temp / employee.lh
CommitLineData
80ee600a 1/* Output from LCLint 2.9a */
2# include "bool.h"
3
4
5# ifndef EXPOSED_TYPE_employee
6typedef struct {
7 int ssNum;
8 int salary;
9 } employee;
10# endif
11
12extern int crunch (employee /* e */);
This page took 0.175003 seconds and 5 git commands to generate.