mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix unreachable.
This commit is contained in:
@@ -383,6 +383,7 @@ bool decl_is_global(Decl *ident)
|
||||
case VARDECL_LOCAL_CT_TYPE:
|
||||
return false;
|
||||
}
|
||||
UNREACHABLE
|
||||
}
|
||||
|
||||
bool decl_is_local(Decl *decl)
|
||||
|
||||
Reference in New Issue
Block a user