d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test16225.d
blob777dcee9c69c6e649e4182a1427d86f00c9e0eff
1 // REQUIRED_ARGS: -O -m64
2 // PERMUTE_ARGS:
4 // https://issues.dlang.org/show_bug.cgi?id=16225
6 struct C
8 hash_t foo( )
10 int y;
11 return ((cast(ubyte*)&y)[1]);