# include "employee.lh" struct { int x; } ; struct s_f { int x; } ; int crunch (employee e) { return e.ssNum; }