Keep -vet happy

This commit is contained in:
gingerBill
2021-08-15 23:17:12 +01:00
parent f293d7c997
commit 0996cc82a7
+1
View File
@@ -2098,6 +2098,7 @@ or_return_operator :: proc() {
// The above idiom can be transformed into the following
y := caller_2() or_return;
_ = y;
// And if the expression is 1-valued, it can be used like this
caller_1() or_return;