Skip to content

Undef should not be allowed for outer scope variables #17

@rasky

Description

@rasky
command<0> Foo()
{
   u32 var;

   loop {
      undef var;
   }
}

this should probably be syntax error

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