comparison test/arrays7.d @ 175:c44e6a711885 trunk

[svn r191] Fixed: array literals did not support all type/storage combinations. Fixed: with expression had broke somewhere along the way.
author lindquist
date Wed, 07 May 2008 00:01:13 +0200
parents fd32135dca3e
children
comparison
equal deleted inserted replaced
174:16e676ae5ab4 175:c44e6a711885
1 module arrays7; 1 module arrays7;
2
3 extern(C) int printf(char*, ...);
2 4
3 pragma(LLVM_internal, "notypeinfo") 5 pragma(LLVM_internal, "notypeinfo")
4 struct S 6 struct S
5 { 7 {
6 int i; 8 int i;