Fix unreachable.

This commit is contained in:
Christoffer Lerno
2024-09-13 15:32:26 +02:00
parent 3f1738e0fe
commit 6b2ce6de6f

View File

@@ -383,6 +383,7 @@ bool decl_is_global(Decl *ident)
case VARDECL_LOCAL_CT_TYPE:
return false;
}
UNREACHABLE
}
bool decl_is_local(Decl *decl)