Skip to content

Commit 3a3f94b

Browse files
committed
test
1 parent ff77023 commit 3a3f94b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codegen.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5275,6 +5275,8 @@ static void mark_alias_live(char *name) {
52755275
Obj *alias = get_symbol_var(name);
52765276
if (alias)
52775277
mark_live(alias);
5278+
else
5279+
internal_error();
52785280
}
52795281

52805282
static void mark_live(Obj *var) {

0 commit comments

Comments
 (0)