a b/test/types-struct-unnamed-union.test.expected
1
TYPE test:
2
STRUCT
3
 a: DINT;
4
 b: DINT;
5
 c: DINT;
6
 d: DINT;
7
8
END_STRUCT
9
END_TYPE
10