| ... | @@ -2245,6 +2245,9 @@ static int trans_local_declaration(Context *c, TransScope *scope, const DeclStmt | ... | @@ -2245,6 +2245,9 @@ static int trans_local_declaration(Context *c, TransScope *scope, const DeclStmt |
| 2245 | case Decl::TranslationUnit: | 2245 | case Decl::TranslationUnit: |
| 2246 | emit_warning(c, stmt->getLocStart(), "TODO handle decl kind TranslationUnit"); | 2246 | emit_warning(c, stmt->getLocStart(), "TODO handle decl kind TranslationUnit"); |
| 2247 | return ErrorUnexpected; | 2247 | return ErrorUnexpected; |
| | 2248 | case Decl::Concept: |
| | 2249 | emit_warning(c, stmt->getLocStart(), "TODO handle decl kind Concept"); |
| | 2250 | return ErrorUnexpected; |
| 2248 | } | 2251 | } |
| 2249 | zig_unreachable(); | 2252 | zig_unreachable(); |
| 2250 | } | 2253 | } |