# T: Explicit length on fixed parent. # F: from bug5391a.bud # # by Michael Libourel # $Revision: 1.1 $ version 1 struct Root { root is group of fixed string { length 5; match "match"; } field0; struct { length 9; string { length 4; match "good"; } field1; string { length 2; } field2; string { length 3; match "too"; } field3; } element1; };