[77aa95]: / test / types-struct.test.expected  Maximize  Restore  History

Download this file

8 lines (6 with data), 59 Bytes

1
2
3
4
5
6
7
TYPE test:
STRUCT
 a: DINT;
 b: DINT;

END_STRUCT
END_TYPE