# include <time.h>

struct tm { int x; }

int f (struct tm s)
{
  return s.x;
}


syntax highlighted by Code2HTML, v. 0.9.1