module data_struct; struct data { int id; char[] content; }