#linein
/* My great file. */
typedef enum {
#lineout
[%- FOR status IN statuses %]
[% status %],
[%- END %]
#linein
}
status_t;
