1 struct my_date_t {
2     int year;
3     int month;
4     int day;
5 };
6