blob: 04ba3d6899660e4779e593befc9595cb2744a9e4 [file] [log] [blame] [edit]
struct $id:(List a) {
struct $id:(List a) *next;
$ty:a data;
};
typedef struct $id:(List a) $id:(List a);