Allow for inlineable asm calls

This commit is contained in:
gingerBill
2026-08-18 14:57:34 +01:00
parent 0bc9e60725
commit a86e523053
8 changed files with 30 additions and 12 deletions

View File

@@ -1837,6 +1837,9 @@ retry:;
case_ast_node(label, AsmLabelDecl, expr);
return entity_of_node(label->name);
case_end;
case_ast_node(at, AsmTemplate, expr);
return at->anonymous_entity;
case_end;
}
return nullptr;
}