Ensure, $eval and $evaltype, @unreachable() replaces $unreachable. <Type>.sizeof

This commit is contained in:
Christoffer Lerno
2022-03-02 23:01:43 +01:00
committed by Christoffer Lerno
parent 4f4bc80953
commit 2802b2b96d
51 changed files with 1146 additions and 1163 deletions

View File

@@ -54,7 +54,7 @@ fn int! askGuessMulti(int high)
}
return result;
}
$unreachable;
@unreachable();
}
fn void! Game.play(Game *game)