mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Ensure, $eval and $evaltype, @unreachable() replaces $unreachable. <Type>.sizeof
This commit is contained in:
committed by
Christoffer Lerno
parent
4f4bc80953
commit
2802b2b96d
@@ -54,7 +54,7 @@ fn int! askGuessMulti(int high)
|
||||
}
|
||||
return result;
|
||||
}
|
||||
$unreachable;
|
||||
@unreachable();
|
||||
}
|
||||
|
||||
fn void! Game.play(Game *game)
|
||||
|
||||
Reference in New Issue
Block a user