Skip to content

Bugfix ICmp instruction are not of the same type when building comparison instructions in values.rs #156

@tahadostifam

Description

@tahadostifam
extern fn printf(format: const char*, ...);

fn main() {
    #barr = b"Hello World\n";

    foreach (item in barr) {
        printf("value: %c", item);
    }
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions