summaryrefslogtreecommitdiff
path: root/tests/run/struct_conversion_extern_header.h
blob: 33e7753f8c98dce15382e128b0554c1614c6b674 (plain)
1
2
3
4
5
struct my_date_t {
    int year;
    int month;
    int day;
};