blob: f1d3d0ee9913e2779ff2c50ecc62b2d775c0fec8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
ORGANIZATION_BLOCK OB 1
VAR_TEMP
TESTVAR : BOOL;
END_VAR
BEGIN
// Parser regression test:
// Comment on assignment statement with local variable and label.
SET
lbl: = #TESTVAR // This comment is ok
CALL SFC 46 // STOP CPU
END_ORGANIZATION_BLOCK
|