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 02:43:14 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e625829f0fa8969fe678538c2ea962175ee72c53
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