This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
dmd
Watch
1
Star
0
Fork
You've already forked dmd
0
mirror of
https://github.com/dlang/dmd.git
synced
2025-04-26 05:00:16 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
master
dmd
/
compiler
/
test
/
compilable
/
deprecatedinref.d
Walter Bright
9fca8be05a
allow 'in ref' for legacy compatibility (
#15443
)
2023-07-22 08:06:51 -07:00
2 lines
45 B
D
Raw
Permalink
Blame
History
void
foo
(
in
ref
int
)
;
void
foor
(
ref
in
int
)
;
Reference in a new issue
View git blame
Copy permalink