8000 Postfix increment and decrement operator not working · Issue #10 · maximecb/uvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Postfix increment and decrement operator not working #10
Open
@hd-COO7

Description

@hd-COO7

Prefix increment/decrement operator seems to be working fine but postfix increment/decrement operator throws error.
Code to reproduce

int i =0;
while(i < 5) {
    i++;
}

This behaviour is not limited to any type. Was able to reproduce this for pointers was well in similar fashion

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

      0