[dc5195]: / test / types-typedef.test.expected  Maximize  Restore  History

Download this file

13 lines (9 with data), 120 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
TYPE Id2036658550:
STRUCT
 a: DINT;
 h: DINT;

END_STRUCT
END_TYPE

TYPE t_struct: Id2036658550;
END_TYPE

c: t_struct;