This website requires JavaScript.
Explore
Help
Sign In
D
/
ldc
Watch
1
Star
0
Fork
0
You've already forked ldc
mirror of
https://github.com/xomboverlord/ldc.git
synced
2026-01-12 10:53:14 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c19ab2e53987f711be5ee7694a00e07c1cbe4d60
ldc
/
tests
/
mini
/
strings2.d
Tomas Lindquist Olsen
ed7dd481e5
Fixed dynamic array -> boolean. does (arr.ptr !is null) now instead of (arr.length != 0)
2008-10-08 22:38:52 +02:00
6 lines
50 B
D
Raw
Blame
History
void
main
(
)
{
char
[
]
s
=
""
;
assert
(
s
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink