struct02* test;

test = (struct02*)malloc(sizeof(struct02));
test->var_struct02 = 2;
test->struct_01.var_struct01 = 1;