Skip to content

flow ++ #439

Description

@thradams

I believe the following code is not producing the expected result or diagnostics.

#pragma safety enable
int * f();
int main() {
   int * p =f();
   *p++ = 1;
}

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