A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
[llvm/stm8.git] / test / FrontendC++ / 2010-06-22-ZeroBitfield.cpp
blob9c4f2629f7482c89363928cc384fe9a3932dae35
1 // RUN: %llvmgxx -g -S %s
2 struct s8_0 { unsigned : 0; };
3 struct s8_1 { double x; };
4 struct s8 { s8_0 a; s8_1 b; };
5 s8 f8() { return s8(); }