Blob Blame History Raw
dataset {
    Sequence {
	String name;
	Int32 age;
    } person;
    Structure {
	Int32 j;
	Int32 i;
	Structure {
	    int32 i;
	    float64 f[10];
	} data;
    } exp;
} data6;