mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
add __rvalue(expression) builtin (#17050)
This commit is contained in:
parent
13775eb2d1
commit
a99a3894be
31 changed files with 471 additions and 163 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue