d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / fix22180.d
bloba4c32e0dc918b591b84bce2c17a89d48a74ce876
1 // https://issues.dlang.org/show_bug.cgi?id=22180
3 align(8) { int x; }
4 //pragma(msg, x.alignof);
5 static assert(x.alignof == 8);