aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.dg/pr108167.d
blob: 1337a494171f2ddf20cc8aaa715e071b595400e9 (plain)
1
2
3
4
5
// { dg-do compile }
auto pr108167(const(ubyte[32])[] a)
{
    return cast(const(ubyte)*)&a[1][0];
}