This website requires JavaScript.
Explore
Help
Sign In
forks
/
DCD
mirror of
https://github.com/dlang-community/DCD.git
Watch
1
Star
0
Fork
You've already forked DCD
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b79982d509
DCD
/
tests
/
tc_bang_op_or_template
/
file.d
8 lines
110 B
D
Raw
Blame
History
void
main
(
)
{
char
[
]
[
]
a
;
if
(
!
(
a
[
0
]
[
0
]
)
.
)
{
}
template
Foo
(
T
)
{
int
i
;
}
if
(
Foo
!
(
int
)
.
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink