add __rvalue(expression) builtin (#17050)

This commit is contained in:
Walter Bright 2024-12-15 12:13:28 -08:00 committed by GitHub
parent 13775eb2d1
commit a99a3894be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 471 additions and 163 deletions

View file

@ -399,6 +399,7 @@ enum Test[string] tests = [
"auto_" : Test("auto"),
"package_" : Test("package"),
"immutable_" : Test("immutable"),
"rvalue" : Test("__rvalue"),
"if_" : Test("if"),
"else_" : Test("else"),