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

Download this file

24 lines (17 with data), 229 Bytes

TYPE Id2036658550:
STRUCT
 a: DINT;
 h: DINT;

END_STRUCT
END_TYPE

TYPE t_struct: Id2036658550;
END_TYPE

c: t_struct;
TYPE s_struct:
STRUCT
 a: DINT;
 h: DINT;

END_STRUCT
END_TYPE

TYPE t_struct2: POINTER TO STRUCT;
END_TYPE