blob: 6ee4dd0089dc5647ec751496eb500f7852ca34bf [file] [log] [blame]
extern "C" void abort (void);
#include "bitfield5.h"
void A::f () {}
void bitfield5_y (B& b)
{
if (b.f3 != 7)
abort ();
if (b.f4 != 3)
abort ();
}