This website requires JavaScript.
Explore
Help
Sign In
forks
/
dfmt
mirror of
https://github.com/dlang-community/dfmt.git
Watch
1
Star
0
Fork
You've already forked dfmt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3e1e643972
dfmt
/
tests
/
issue0134.d
12 lines
225 B
D
Raw
Blame
History
void
foo
(
)
{
string
command
;
version
(
Posix
)
command
~
=
" 2> /dev/null 1> /dev/null"
;
version
(
Posix
)
command
~
=
" 2> /dev/null 1> /dev/null"
;
unittest
{
version
(
Posix
)
command
~
=
" 2> /dev/null 1> /dev/null"
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink