diff --git a/src/compiler/ast.c b/src/compiler/ast.c index 409a28917..e1b8769a8 100644 --- a/src/compiler/ast.c +++ b/src/compiler/ast.c @@ -383,6 +383,7 @@ bool decl_is_global(Decl *ident) case VARDECL_LOCAL_CT_TYPE: return false; } + UNREACHABLE } bool decl_is_local(Decl *decl)