/******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby,
C#, OCaml, VB, Perl, Swift, Prolog, Javascript, Pascal, COBOL, HTML, CSS, JS
Code, Compile, Run and Debug online from anywhere in world.
*******************************************************************************/
#include <stdio.h>
#include <stdio.h>
int
main ()
{
typedef struct
{
unsigned int a:3;
unsigned char b:1;
int:3;
} __attribute__((packed))bf;
printf ("%ld\n", sizeof (bf));
return 0;
}