LensPlaysGames/LensorCompilerCollection

Scopes seem to be broken

MrMugame opened this issue · 0 comments

foo: struct {
    bar: u32
};

bar: void() {
    test : foo;
};

0;

throws an error
image
while

foo: struct {
    bar: u32
};

test : foo;

0;

doesn't