aarch64: Use implementation namespace for vxarq_u64 immediate argument
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / b6227.d
blob2a7700a0965a70c54555ee76b24de51e57107d45
1 enum X {
2 O,
5 enum Y {
8 static assert( (X.O == cast(const)X.O));
9 static assert( (X.O == X.O));
10 static assert( (X.O != X.R));