Skip to content

Internal error: missing statement list on switch statement #31

Open
@derrell

Description

@derrell

Notice the missing braces enclosing the cases of the switch statement:

int main(int argc, char * argv[])
{
    switch(x)
    case 0:
        break;
   return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions