aarch64: Use implementation namespace for vxarq_u64 immediate argument
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ice15760.d
blobaa7b9c3ae277b0f05a3191897976d47038d691be
1 // PERMUTE_ARGS:
2 // EXTRA_SOURCES: imports/a15760.d
4 module ice15760;
6 import imports.a15760 : Foo;
8 struct Bar
10 __gshared Foo foo;