d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test20923.d
blobbae1eb33f555548443a41f02c362f82593212be8
1 version (D_LP64)
3 alias size_t = uint;
5 else
7 alias size_t = ulong;
10 struct S
12 real not_reproduceable_without_this_variable;