DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-1 / test / tests2.2 / decl.c
12345678
# include <time.h> struct tm { int x; } int f (struct tm s) { return s.x; }