mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-01 01:29:03 +02:00
[svn r191] Fixed: array literals did not support all type/storage combinations.
Fixed: with expression had broke somewhere along the way.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
module arrays8;
|
||||
|
||||
extern(C) int printf(char*, ...);
|
||||
|
||||
void main()
|
||||
{
|
||||
char[] a = "hello ";
|
||||
|
||||
Reference in New Issue
Block a user