blob: 8ef23222d62edbce2512cd3e02afc2868d242ccc [file] [log] [blame]
struct {
unsigned bit : 30;
} t;
int main()
{
if (!(t.bit++))
exit (0);
else
abort ();
}