mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 19:03:13 +01:00
8 lines
79 B
D
8 lines
79 B
D
module bug37;
|
|
|
|
void main()
|
|
{
|
|
char[] a = "hello";
|
|
assert(a !is null);
|
|
}
|