ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder was fooled.
[oota-llvm.git] / test / FrontendC / 2011-03-02-UnionInitializer.c
1 // RUN: %llvmgcc -S %s
2 union { int :3; double f; } u17_017 = {17.17};