Skip to content

Internal error: missing statement list on switch statement #31

Description

@derrell

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

intmain(intargc, char*argv[])
{
switch(x)
case0:
break;
return0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions