m68k: Add -mlra
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / b16346.d
blobfb8742b5f55a3de800899ddcd3c003eeefe1c67d
1 enum A { B }
2 static assert(is(typeof(A.B) == A));
3 static assert(is(typeof(A(A.B)) == A));