Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / g++.dg / compat / break / bitfield5_y.C
blob6ee4dd0089dc5647ec751496eb500f7852ca34bf
1 extern "C" void abort (void);
3 #include "bitfield5.h"
5 void A::f () {}
7 void bitfield5_y (B& b)
9   if (b.f3 != 7)
10     abort ();
11   if (b.f4 != 3)
12     abort ();