[853a2a]: / test / types-struct-unnamed-union.test.log  Maximize  Restore  History

Download this file

11 lines (8 with data), 80 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
TYPE test:
STRUCT
 a: DINT;
 b: DINT;
 c: DINT;
 d: DINT;

END_STRUCT
END_TYPE