1/* 2 * HDF decompile hcs file 3 */ 4 5root { 6 module = "test"; 7 foo_1 { 8 attr1 { 9 term4 = 0x1; 10 } 11 attr2 { 12 term4 = 0x2; 13 } 14 term3 = [0x2, 0x2]; 15 } 16 foo_2 { 17 term3 = [0x1, 0x2, 0x3, 0x4]; 18 } 19} 20