Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Aug 13, 2011
2 parents b106d82 + 059d72c commit bc6594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/testaa.d
Expand Up @@ -813,7 +813,7 @@ void test36() {
static assert(aa.sizeof != 0);
static assert(aa.alignof != 0);
static assert(is(typeof(aa.init) == int[int]));
static assert(aa.mangleof == "_D6testaa6test36FZv2aaHii");
static assert(typeof(aa).mangleof == "Hii");
static assert(typeof(aa).stringof == "int[int]");
static struct AA { int[int] aa; }
static assert(AA.aa.offsetof == 0);
Expand Down

0 comments on commit bc6594c

Please sign in to comment.