Codegen casts

This commit is contained in:
Mid
2024-11-25 18:35:11 +02:00
parent fe0baa26a0
commit 6789984bd1
3 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ extern s32() getchar;
extern u0(s32) putchar;
loop {
u8 z = 5;
s32 z = 5;
s32 a = getchar();
if(a == -1) {
break;