Page MenuHomeFeedback Tracker

Enscript parser is unable to understand expression inside bracket access
Assigned, UrgentPublic

Description

The code below should compile but does not

int smallArray[3]; // declaring array of int with size 3
smallArray[0 * (0 + 0)] = 1;

It is detected as "Function definition inside block. (missing '}' ?)"

Details

Severity
Block
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Additional Information

Please forward to the enfusion team so this can be fixed.

Event Timeline

Arkensor created this task.Aug 28 2020, 3:31 PM
Geez changed the task status from New to Assigned.Aug 31 2020, 11:11 AM