mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 23:44:58 -07:00
Add #require_results for procedures
This commit is contained in:
+1
-1
@@ -4796,7 +4796,7 @@ ExprKind check_call_expr(Checker *c, Operand *operand, AstNode *call) {
|
||||
}
|
||||
|
||||
operand->expr = call;
|
||||
return Expr_Stmt;
|
||||
return Expr_Expr;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user