Skip to content

For loop generation error when inside another function #20

@fedi-nabli

Description

@fedi-nabli

I found a bug, when I place a for loop in another function besides main it thinks it needs a ; after the loop part and gives a segmentation fault.

the code:
for (x = 0; x < 50; x += 1) { continue; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions