d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test23789.d
blobddf73511b618879d7e8beec64e15f9a76f251e56
1 // https://issues.dlang.org/show_bug.cgi?id=23789
2 // EXTRA_FILES: imports/c23789.i
4 import imports.c23789;
6 static assert(M128A.alignof == 64);
7 static assert(_M128B.alignof == 32);
8 static assert(M128B.alignof == 32);
10 static assert(N128A.alignof == 64);
11 static assert(_N128B.alignof == 32);
12 static assert(N128B.alignof == 32);