]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.test/compilable/test16563.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test16563.d
CommitLineData
b4c522fa
IB
1void test16563()
2{
3 align(1)
4 struct S
5 {
6 uint i;
7 ubyte b;
8 static assert(S.sizeof == 5);
9 }
10}